DrylandEcology / STEPWAT2

folder
4 stars 5 forks source link

Variable declared inside a for loop causes c89 compilers to fail #471

Closed chaukap closed 4 years ago

chaukap commented 4 years ago

In ST_grid.c there is a for loop that declares an int. This needs to be removed to allow for backward compatibility.