MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

Make debug compiler settings more stringent #14

Closed emorway-usgs closed 7 years ago

emorway-usgs commented 7 years ago

Checked to make sure the code compiles with more strict compiler settings. Code compiled with the following flags set (see attached screen shot):

  1. Array bounds
  2. Check uninitialize
  3. Stackframes
  4. Traceback

compile_checking

emorway-usgs commented 7 years ago

The code compiled OK