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

Use variables for file unit numbers #20

Open smalers opened 3 years ago

smalers commented 3 years ago

There are places in the code where file unit numbers are the actual numbers. The code would be easier to understand and more maintainable if unit numbers were handled as variables with understandable names. This would be an easy change to make.