Changeset 2015

Show
Ignore:
Timestamp:
05/03/08 13:55:08 (2 weeks ago)
Author:
gary
Message:

do not evaluate he prints if he is turned off

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/prt_lines_helium.cpp

    r2012 r2015  
    5454 
    5555        if( trace.lgTrace ) 
    56         { 
    57                 fprintf( ioQQQ, "   lines_helium called\n" ); 
     56                fprintf( ioQQQ, "   prt_lines_helium called\n" ); 
     57 
     58        if( !dense.lgElmtOn[ipHELIUM] ) 
     59        { 
     60                /* nothing to do here - just return */ 
     61                if( trace.lgTrace ) 
     62                        fprintf( ioQQQ, "   prt_lines_helium - He is off, just return.\n" ); 
     63                return; 
    5864        } 
    5965