Show
Ignore:
Timestamp:
05/10/08 09:03:02 (2 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/mole_h2.cpp

    r1811 r2034  
    23382338                h2.para_density = 0.; 
    23392339                H2_den_s = 0.; 
    2340                 H2_den_g = 0.;; 
     2340                H2_den_g = 0.; 
    23412341 
    23422342                for( iVibHi=0; iVibHi<=h2.nVib_hi[iElecHi]; ++iVibHi ) 
     
    24232423                /* begin check on whether solution is converged */ 
    24242424                lgConv_h2_soln = true; 
    2425                 lgPopsConv_total = true;; 
    2426                 lgPopsConv_relative = true;; 
     2425                lgPopsConv_total = true; 
     2426                lgPopsConv_relative = true; 
    24272427                lgHeatConv = true; 
    24282428                lgSolomonConv = true; 
     
    30563056        return; 
    30573057} 
    3058 /*lint -e668 possible bad pointer */ 
    30593058/*lint -e802 possible bad pointer */ 
    30603059 
     
    37333732        return; 
    37343733} 
    3735 /*lint +e668 possible bad pointer */ 
    37363734/*lint +e802 possible bad pointer */ 
    37373735