DrylandEcology / STEPWAT2

folder
4 stars 5 forks source link

Change SW_Reinit() Line in SXW.c #569

Closed alexisBelt closed 8 months ago

alexisBelt commented 8 months ago

The new version of SOILWAT is causing STEPWAT2 to not compile due to a file error. Changing line PathInfo.InFiles[eFirst] = strdup(SOILWAT_file); with PathInfo.InFiles[eFirst] = Str_Dup(SOILWAT_file, &LogInfo); fixes this issue, but needs implemented.