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
Following up the live discussion: the way program options are handled should be modified. Examples without program options should run the whole sequence, while flags allows to specify specific behavior.
./example # should run particle generation/relaxation + timeloop
./example -r=true # should run just generation/relaxation
./example -i=true # should just reload
Program options should also be following more standard format with dash followed by single letter and double-dash followed by whole words. Since sphinxsys has 3 options that starts with R, it would be preferable to only allow whole word writing to avoid confusion and error.
Following up the live discussion: the way program options are handled should be modified. Examples without program options should run the whole sequence, while flags allows to specify specific behavior.
Program options should also be following more standard format with dash followed by single letter and double-dash followed by whole words. Since sphinxsys has 3 options that starts with R, it would be preferable to only allow whole word writing to avoid confusion and error.
Effects:
The text was updated successfully, but these errors were encountered: