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

Need to use IMPLICIT NONE #24

Open smalers opened 3 years ago

smalers commented 3 years ago

As of version 14.0.0, the code does not include IMPLICIT NONE, which would require all variable types to be declared. This is good programming practice.

The change would not be difficult, but would take time to go through all code. It is also something that should be done should the code be converted to another language in order to better understand and document the code.