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_io.cpp

    r1885 r2034  
    3939#include "cddrive.h" 
    4040#include "mole.h" 
    41 /*lint -e662 possible access of out-of-bounds pointer */ 
    4241 
    4342/* this will say whether ortho or para, 
     
    22182217                        H2Lines[1][1][1][0][iVib][iRot].Emis->pump, 
    22192218                        H2Lines[1][1][1][0][iVib][iRot].Emis->TauIn, 
    2220                         H2Lines[1][1][1][0][iVib][iRot].Emis->TauCon);; 
     2219                        H2Lines[1][1][1][0][iVib][iRot].Emis->TauCon); 
    22212220        } 
    22222221        return; 
     
    22982297        return 1; 
    22992298} 
    2300  
    2301 /*lint +e662 possible access of out-of-bounds pointer */