Changeset 1749

Show
Ignore:
Timestamp:
01/17/08 07:42:57 (10 months ago)
Author:
rporter
Message:

trunk/source/pressure_change.cpp - routine was identified incorrectly in two print statements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/pressure_change.cpp

    r1732 r1749  
    382382                { 
    383383                        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",  
    385385                          radius.glbdst ); 
    386                         puts( "[Stop in PressureChange]" ); 
     386                        puts( "[Stop in lgConvPres]" ); 
    387387                        cdEXIT(EXIT_FAILURE); 
    388388                }