Closed mandli closed 11 years ago
I should also mention that there are corresponding pull requests in the AMRClaw, GeoClaw, and VisClaw repositories. This pull request should also be tested with PyClaw as it could possibly have an impact on plotting gauges in PyClaw.
This pull request moves the data classes found in
clawdata.py
into the appropriate other repositories. This has the advantage that if the data objects are changed only one repository needs to be touched to update both the Fortran and Python. Some updates to the data objects being touched including a 1-to-1 relationship between written files and data classes have also been added (e.g. theGeoclawInputData
class wrote out a number of different files).Associated pull requests at