Show
Ignore:
Timestamp:
04/21/08 12:36:51 (9 months ago)
Author:
gary
Message:

tidy up code - no change in any executable statements

upgrade lint, removed lint directives no longer needed
removed unused header files
extra ; removed in lines ending in ;;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/ion_carbo.cpp

    r1732 r1960  
    7878 
    7979        /* get recombination coefficients */ 
    80         /*lint -e740 unusual pointer cast */ 
    8180        /*lint -e64 double = pointer */ 
    8281        ion_recomb(false,(const double*)dicoef,(const double*)dite,ditcrt,aa,bb,cc,dd,ff,ipCARBON); 
     
    147146        } 
    148147        return; 
    149         /*lint +e740 unusual pointer cast */ 
    150148}