flowy-code / flowy

A code to simulate lava flows.
GNU General Public License v3.0
5 stars 1 forks source link

Validation: Print warning for unimplemented parameters #25

Open amritagos opened 7 months ago

amritagos commented 7 months ago

Currently, there are some unimplemented parameters in Flowy. See this for a complete list of all unimplemented parameters.

We should print a warning every time the user sets an unimplemented parameter. This should be handled inside the Flowy::Config::validate_settings( const InputParams & options ) function.