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
In the next version of the software, it would be good to allow users to customise file names for the different CSV outputs. Rather than try to read the names into C, I think completing a simulation with an if statement (for non-default) and file.rename to change the default would be the best way to do it.
The text was updated successfully, but these errors were encountered:
In the next version of the software, it would be good to allow users to customise file names for the different CSV outputs. Rather than try to read the names into C, I think completing a simulation with an
if
statement (for non-default) andfile.rename
to change the default would be the best way to do it.The text was updated successfully, but these errors were encountered: