clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

Polishing off 3D Classic support in data.py #43

Closed gradylemoine closed 11 years ago

gradylemoine commented 11 years ago

Finished up last bits of 3D support needed to write claw.data file for 3D Classic code. As per Randy's suggestion, made a bunch of always-used parameters added unconditionally, and just added the other stuff conditionally on ndim. I'm pretty sure this is okay, but this is where that travis CI stuff may come in handy.

mandli commented 11 years ago

You should be using the clawdata.py file instead which I think actually implements these changes (should probably check this). Filed an issue #44 to remove this file and check breakage of all the rest of the repositories.