Changeset 1914
- Timestamp:
- 04/03/08 18:09:17 (9 months ago)
- Location:
- trunk/source
- Files:
-
- 4 modified
-
cddefines.h (modified) (1 diff)
-
container_classes.h (modified) (1 diff)
-
init_sim_postparse.cpp (modified) (1 diff)
-
prt_met.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cddefines.h
r1911 r1914 1566 1566 * line 126 */ 1567 1567 # pragma warning( disable : 4512 ) 1568 /* disable "'extern' before template explicit instantiation" */1569 # pragma warning( disable : 4231 )1570 1568 #endif 1571 1569 #ifdef __INTEL_COMPILER -
trunk/source/container_classes.h
r1910 r1914 1713 1713 #endif 1714 1714 1715 #ifdef _MSC_VER 1716 /* disable "'extern' before template explicit instantiation" */ 1717 # pragma warning( disable : 4231 ) 1718 #endif 1719 1715 1720 // on Mac systems these instantiations need to be extern in order to avoid duplicate symbols 1716 1721 #define INSTANTIATE_MULTI_ARR( TYPE, LAYOUT, BC ) \ -
trunk/source/init_sim_postparse.cpp
r1913 r1914 89 89 { 90 90 /* print number of levels */ 91 fprintf(ioQQQ," %s %s %4 i %4i %4i \n",91 fprintf(ioQQQ," %s %s %4li %4li %4li \n", 92 92 iso.chISO[ipISO] , 93 93 elementnames.chElementSym[nelem], -
trunk/source/prt_met.cpp
r1913 r1914 115 115 { 116 116 static char chLsav[NLIM][11]; 117 char chAtMolWL[20],chAtMol[35];117 //char chAtMolWL[20],chAtMol[35]; 118 118 long int i; 119 119 static long int n;
