Changeset 1914

Show
Ignore:
Timestamp:
04/03/08 18:09:17 (9 months ago)
Author:
rporter
Message:

trunk/source/cddefines.h
trunk/source/container_classes.h
-pragma to disable MS VS warning 4231 doesn't work in cddefines.h; move to container_classes.h

trunk/source/init_sim_postparse.cpp - change %4i to %4li

trunk/source/prt_met.cpp - comment out unused variables.

Location:
trunk/source
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/cddefines.h

    r1911 r1914  
    15661566         * line 126 */ 
    15671567#       pragma warning( disable : 4512 ) 
    1568         /* disable "'extern' before template explicit instantiation" */ 
    1569 #       pragma warning( disable : 4231 ) 
    15701568#endif 
    15711569#ifdef __INTEL_COMPILER 
  • trunk/source/container_classes.h

    r1910 r1914  
    17131713#endif 
    17141714 
     1715#ifdef _MSC_VER 
     1716/* disable "'extern' before template explicit instantiation" */ 
     1717#       pragma warning( disable : 4231 ) 
     1718#endif 
     1719 
    17151720// on Mac systems these instantiations need to be extern in order to avoid duplicate symbols 
    17161721#define INSTANTIATE_MULTI_ARR( TYPE, LAYOUT, BC ) \ 
  • trunk/source/init_sim_postparse.cpp

    r1913 r1914  
    8989                        { 
    9090                                /* print number of levels */ 
    91                                 fprintf(ioQQQ," %s  %s    %4i            %4i           %4i \n", 
     91                                fprintf(ioQQQ," %s  %s    %4li            %4li           %4li \n", 
    9292                                        iso.chISO[ipISO] , 
    9393                                        elementnames.chElementSym[nelem], 
  • trunk/source/prt_met.cpp

    r1913 r1914  
    115115{ 
    116116        static char chLsav[NLIM][11]; 
    117         char chAtMolWL[20],chAtMol[35]; 
     117        //char chAtMolWL[20],chAtMol[35]; 
    118118        long int i; 
    119119        static long int n;