Skip to content

Commit

Permalink
Update main_unittest.cxx
Browse files Browse the repository at this point in the history
It should be SoilMoistureProfiles instead of SoilFreezeThaw
  • Loading branch information
ajkhattak authored Aug 10, 2023
1 parent 9ebdd74 commit 837f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main_unittest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main(int argc, char *argv[])
return FAILURE;
}

std::cout<<"\n**************** BEGIN SoilFreezeThaw BMI UNIT TEST *******************\n";
std::cout<<"\n**************** BEGIN SoilMoistureProfiles BMI UNIT TEST *******************\n";

model.Initialize(argv[1]);
model_layered.Initialize(argv[2]);
Expand Down

0 comments on commit 837f33b

Please sign in to comment.