ccht-ncsu / Kalpana

Visualization of ADCIRC Model Data in Vector Formats
GNU General Public License v3.0
26 stars 23 forks source link

Use different counting variable than 'i' in nested loop. #12

Closed ahijevyc closed 6 years ago

ahijevyc commented 6 years ago

Had to use a different counting variable than 'i' in nested loop. Otherwise i is overwritten in the outer loop.

ahijevyc commented 6 years ago

Sorry about 3 unnecessary commits that introduce then remove debugging and time varying file handling. Tried to make things simple, but still learning git.