Changeset 1846 for branches/newmole/source/hydro_bauman.cpp
- Timestamp:
- 03/15/08 05:40:05 (10 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/hydro_bauman.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/hydro_bauman.cpp
r1780 r1846 1096 1096 cdEXIT(EXIT_FAILURE); 1097 1097 } 1098 return 0.0;1099 1098 } 1100 1099 … … 1282 1281 printf( "This code should be inaccessible\n\n" ); 1283 1282 cdEXIT(EXIT_FAILURE); 1284 return null_mx;1285 1283 } 1286 1284 … … 3454 3452 printf(" This code should be inaccessible\n\n"); 3455 3453 cdEXIT(EXIT_FAILURE); 3456 return 0.0;3457 3454 } 3458 3455
