Re-write swReadLines
methods to use C SOILWAT2 code instead of R code
#97
Labels
Milestone
swReadLines
methods to use C SOILWAT2 code instead of R code
#97
swReadLines
methods currently re-create functionality of C SOILWAT2-standalone code that reads inputs from files. This seems unnecessarily and hard to maintain.Instead, rewrite
swReadLines
methods to (i) call C SOILWAT2-standalone functions to read inputs from file and (ii) callonGet_XXX
functions to copy values from C global variables into R S4 class objects.The text was updated successfully, but these errors were encountered: