You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello tried to build tsproc using cmake but somehow it has a problem identifying the main routine (tsp_main.f90 seems locked)
I built a separate solution in which I built the fortran files as an exe and a static lib for the compute_hi.cpp file
in this file there is a variable npyrs that is not defined nor it is declared as an argument of the function
does it have a fixed value and if yes what value and if no should it part of the function arguments ? the user should then provide the number of years with peak values.
best
jac
The text was updated successfully, but these errors were encountered:
hello tried to build tsproc using cmake but somehow it has a problem identifying the main routine (tsp_main.f90 seems locked)
I built a separate solution in which I built the fortran files as an exe and a static lib for the compute_hi.cpp file
in this file there is a variable npyrs that is not defined nor it is declared as an argument of the function
does it have a fixed value and if yes what value and if no should it part of the function arguments ? the user should then provide the number of years with peak values.
best
jac
The text was updated successfully, but these errors were encountered: