Show
Ignore:
Timestamp:
06/24/08 16:39:58 (7 months ago)
Author:
rjrw
Message:

Merged from trunk r2111:2124

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/conv_base.cpp

    r2096 r2125  
    855855        PresTotCurrent(); 
    856856 
    857         if( trace.lgTrace ) 
    858         { 
    859                 fprintf( ioQQQ,  
    860                         "   ConvBase return. %.2f Te:%.3e  HI:%.3e  HII:%.3e  H2:%.3e  Ne:%.3e  htot:%.3e  CSUP:%.2e Conv?%c\n",  
    861                   fnzone, 
    862                   phycon.te,  
    863                   dense.xIonDense[ipHYDROGEN][0],  
    864                   dense.xIonDense[ipHYDROGEN][1],  
    865                   hmi.H2_total, 
    866                   dense.eden,  
    867                   thermal.htot,  
    868                   secondaries.csupra[ipHYDROGEN][0] , 
    869                   TorF(conv.lgConvIoniz) ); 
    870         } 
    871  
    872857        ASSERT(lgElemsConserved()); 
    873858 
     
    879864         * reset to zero each time ConvPresTempEdenIoniz is called */ 
    880865        ++conv.nPres2Ioniz; 
     866 
     867        if( trace.lgTrace ) 
     868        { 
     869                fprintf( ioQQQ,  
     870                        "   ConvBase return. fnzone %.2f nPres2Ioniz %li Te:%.3e  HI:%.3e  HII:%.3e  H2:%.3e  Ne:%.3e  htot:%.3e  CSUP:%.2e Conv?%c reason:%s\n",  
     871                        fnzone, 
     872                        conv.nPres2Ioniz, 
     873                        phycon.te,  
     874                        dense.xIonDense[ipHYDROGEN][0],  
     875                        dense.xIonDense[ipHYDROGEN][1],  
     876                        hmi.H2_total, 
     877                        dense.eden,  
     878                        thermal.htot,  
     879                        secondaries.csupra[ipHYDROGEN][0] , 
     880                        TorF(conv.lgConvIoniz) , 
     881                        conv.chConvIoniz); 
     882        } 
    881883 
    882884        /* this is abort option set with SET PRESIONIZ command,