DrylandEcology / STEPWAT2

folder
4 stars 5 forks source link

Fixed C compiler compatability issue #472

Closed chaukap closed 4 years ago

chaukap commented 4 years ago

(issue #471) I moved the declaration of j to the top of the function, and I also added te -std=c99 flag to the Makefile to ensure that this problem never happens again.