OpenCDSS / cdss-app-statecu-fortran

Colorado's Decision Support Systems (CDSS) StateCU consumptive use model code, documentation, tests
GNU General Public License v3.0
1 stars 1 forks source link

Add else clause to if statements to check input #21

Open smalers opened 3 years ago

smalers commented 3 years ago

As of the 14.0.0 code, there are cases where logic branches on IF statements that do not have fall-through ELSE clause. Adding this code with a warning message will ensure that input is always handled.

Code will need to be reviewed top to bottom for such cases.