Changeset 2301
- Timestamp:
- 09/23/09 15:59:52 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp
r2294 r2301 55 55 56 56 /*Set debug to 1 if there are lots of elements*/ 57 debug=(bool)((double)n els >= pow((double)10,(double)4));57 debug=(bool)((double)ncols*nlines*nels >= pow((double)10,(double)10)); 58 58 59 59 /*Initialize coordintes and griddata*/ … … 94 94 95 95 /*display current iteration*/ 96 if (debug && fmod((double)n,(double)100)==0) printf("\b\b\b\b\b\b\b%5.2lf %%",(double) i/nels*100);96 if (debug && fmod((double)n,(double)100)==0) printf("\b\b\b\b\b\b\b%5.2lf %%",(double)n/nels*100); 97 97 98 98 /*Get extrema coordinates of current elements*/ -
issm/trunk/src/c/Makefile.am
r2293 r2301 222 222 ./Dux/Dux.h\ 223 223 ./Dux/Dux.cpp\ 224 ./GriddataMeshToGridx/GriddataMeshToGridx.h\225 ./GriddataMeshToGridx/GriddataMeshToGridx.cpp\226 224 ./ControlConstrainx/ControlConstrainx.h\ 227 225 ./ControlConstrainx/ControlConstrainx.cpp\ … … 520 518 ./Dux/Dux.h\ 521 519 ./Dux/Dux.cpp\ 522 ./GriddataMeshToGridx/GriddataMeshToGridx.h\523 ./GriddataMeshToGridx/GriddataMeshToGridx.cpp\524 520 ./ControlConstrainx/ControlConstrainx.h\ 525 521 ./ControlConstrainx/ControlConstrainx.cpp\ -
issm/trunk/src/c/issm.h
r2287 r2301 53 53 #include "./ControlConstrainx/ControlConstrainx.h" 54 54 #include "./FieldDepthAveragex/FieldDepthAveragex.h" 55 #include "./GriddataMeshToGridx/GriddataMeshToGridx.h"56 55 #include "./ComputePressurex/ComputePressurex.h" 57 56 #include "./FieldExtrudex/FieldExtrudex.h"
Note:
See TracChangeset
for help on using the changeset viewer.