Skip to content

Commit

Permalink
update 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Mar 15, 2024
1 parent fd1fa9e commit 206ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/VINE3D/modelCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bool setSoilProfileCrop(Vine3DProject* myProject, int row, int col, Crit3DModelC
double* soilWPProfile = getSoilVarProfile(myProject, row, col, soil::soilWaterPotentialWP);
double* soilFCProfile = getSoilVarProfile(myProject, row, col, soil::soilWaterPotentialFC) ;
double* matricPotentialProfile = getCriteria3DVarProfile(myProject, row, col, waterMatricPotential);
double* waterContentProfile = getCriteria3DVarProfile(myProject, row, col, waterContent);
double* waterContentProfile = getCriteria3DVarProfile(myProject, row, col, volumetricWaterContent);
double* waterContentProfileWP = getSoilVarProfile(myProject, row, col, soil::soilWaterContentWP);
double* waterContentProfileFC = getSoilVarProfile(myProject, row, col, soil::soilWaterContentFC);

Expand Down

0 comments on commit 206ccd2

Please sign in to comment.