Changeset 8396 for trunk/anuga_work/development/gareth/balanced_basic
- Timestamp:
- Apr 12, 2012, 9:00:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/balanced_basic/swb2_domain.py
r8302 r8396 69 69 self.forcing_terms.remove(gravity) 70 70 print 'Using shallow_water_balanced2 solver in /balanced_basic/' 71 72 73 71 print 'I SUGGEST YOU DO NOT USE THIS ONE -- THE BALANCED DEV SOLVER SEEMS BETTER,' 72 print 'AND IS BETTER TESTED (as of 6/4/2012)' 73 print 'IT PRESENTLY LIVES IN anuga_work/development/gareth/experimental/balanced_dev' 74 print ' ' 75 print 'The following error is intended to draw your attention to the message above' 76 77 assert 0==1 74 78 #----------------- 75 79 # Flux computation
Note: See TracChangeset
for help on using the changeset viewer.