Show
Ignore:
Timestamp:
03/17/08 08:44:00 (10 months ago)
Author:
rporter
Message:

trunk/source/assert_results.cpp - say how we compiled regardless of botched asserts, unless not printing times.

trunk/source/iso.h - change qTot2TripS to qTot2S

trunk/source/iso_level.cpp - qTot2S changes

trunk/source/mole_h2_create.cpp - rework cast, don't allow promotion followed by demotion.

trunk/source/opacity_createall.cpp - same

trunk/source/prt_lines.cpp - change commented out print statement.

trunk/source/prt_lines_helium.cpp - qTot2TripS to qTot2S

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/assert_results.cpp

    r1771 r1857  
    24682468                        fprintf( ioASSERT, " BOTCHED ASSERTS!!!   Botched Asserts!!! \n"); 
    24692469                } 
    2470                 /* if botched asserts then explain how we were compiled */ 
    2471                 if( !lgAssertsOK ) 
     2470 
     2471                /* explain how we were compiled, but only if printing time */ 
     2472                if( prt.lgPrintTime ) 
    24722473                { 
    24732474                        fprintf( ioQQQ, " %s\n\n", version.chInfo );