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/grains_qheat.cpp

    r1812 r2034  
    1414#include "grainvar.h" 
    1515#include "grains.h" 
    16 /*lint -e817 Conceivably negative subscript*/ 
    17 /*lint -e661 possible access of out-of-bounds pointer */ 
    1816 
    1917#define NO_ATOMS(ND) (gv.bin[ND]->AvVol*gv.bin[ND]->dustp[0]/ATOMIC_MASS_UNIT/gv.bin[ND]->atomWeight) 
     
    25782576        return (double)n*res; 
    25792577} 
    2580 /*lint +e817 Conceivably negative subscript*/ 
    2581 /*lint +e661 possible access of out-of-bounds pointer */