Skip to content

Commit

Permalink
added water storage output
Browse files Browse the repository at this point in the history
  • Loading branch information
cate-to committed Nov 17, 2023
1 parent 4912198 commit 7fe29bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agrolib/soilFluxes3D/header/soilFluxes3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
__EXTERN double DLL_EXPORT __STDCALL getSumLateralWaterFlow(long n);
__EXTERN double DLL_EXPORT __STDCALL getSumLateralWaterFlowIn(long n);
__EXTERN double DLL_EXPORT __STDCALL getSumLateralWaterFlowOut(long n);
__EXTERN double DLL_EXPORT __STDCALL getWaterStorage();

// HEAT
__EXTERN int DLL_EXPORT __STDCALL setHeatSinkSource(long nodeIndex, double myHeatFlow);
Expand Down

0 comments on commit 7fe29bf

Please sign in to comment.