clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 48 forks source link

data.py should import GaugeSolution from PyClaw #183

Closed rjleveque closed 8 years ago

rjleveque commented 8 years ago

@mandli: can you check this is correct?

It was still working on my computer because gauges.pyc was still in my amrclaw/src/python/amrclaw directory but the gauges.py file was moved to pyclaw in the process of updating the gauge routines, I think.

mandli commented 8 years ago

Yes, I have been meaning to track down how this bug got introduced and not caught in testing. You can also remove the GaugeData import and line there as it is no longer used.