Changeset 1749
- Timestamp:
- 01/17/08 07:42:57 (10 months ago)
- Files:
-
- 1 modified
-
trunk/source/pressure_change.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/pressure_change.cpp
r1732 r1749 382 382 { 383 383 fprintf( ioQQQ, " Globule distance is negative, internal overflow has occured, sorry.\n" ); 384 fprintf( ioQQQ, " This is routine PressureChange, GLBDST is%10.2e\n",384 fprintf( ioQQQ, " This is routine lgConvPres, GLBDST is%10.2e\n", 385 385 radius.glbdst ); 386 puts( "[Stop in PressureChange]" );386 puts( "[Stop in lgConvPres]" ); 387 387 cdEXIT(EXIT_FAILURE); 388 388 }
