Changeset 5482 for anuga_core
- Timestamp:
- Jul 9, 2008, 4:38:19 AM (17 years ago)
- Location:
- anuga_core/source/anuga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r5466 r5482 199 199 boundary_polygon=boundary_polygon) 200 200 else: 201 # FIXME (Ole): Could add csv file here to address Ted Rigby's suggestion about reading hydrographs. 202 # This may also deal with the gist of ticket:289 201 203 raise 'Must be a NetCDF File' 202 204 -
anuga_core/source/anuga/fit_interpolate/interpolate.py
r5454 r5482 885 885 if ratio > 0: 886 886 if Q0 == NAN and Q1 == NAN: 887 q[i] 887 q[i] = Q0 888 888 else: 889 889 q[i] = Q0 + ratio*(Q1 - Q0) -
anuga_core/source/anuga/shallow_water/urs_ext.c
r5477 r5482 270 270 } 271 271 272 /* 272 273 for (i=0;i<nsta0*numSrc;i++){ 273 274 printf("%d, fros %d\n",i,fros[i]); 274 275 printf("%d, lros %d\n",i,lros[i]); 275 }276 }*/ 276 277 277 278 if (permutation == Py_None){
Note: See TracChangeset
for help on using the changeset viewer.