Changeset 2667
- Timestamp:
- Apr 6, 2006, 11:16:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/utilities/test_cg_solve.py
r2662 r2667 48 48 pass 49 49 else: 50 raise 'Should have raised exception' 50 msg = 'Should have raised exception' 51 raise msg 51 52 52 53 … … 176 177 try: 177 178 x = conjugate_gradient(A,xe,xe,iprint=0) 178 except :179 except VectorShapeError: 179 180 pass 180 181 else:
Note: See TracChangeset
for help on using the changeset viewer.