DrylandEcology / STEPWAT2

folder
4 stars 5 forks source link

Remove debug mem functionality #564

Closed alexisBelt closed 10 months ago

alexisBelt commented 10 months ago

It turns out that chkmem_t is nowhere else in the code, so I took it out.

Fixes #559

alexisBelt commented 10 months ago

More info on commit f5b398169f56141be5a6ab148088bc820094c172 : These two lines (about chkmem_f) were originally left in because they were in an 'else' statement if DEBUG_MEM was not being used. However, the defined chkmem_f is not used anywhere else in the code, and so there is no reason to define chkmem_f.