Show
Ignore:
Timestamp:
04/14/08 12:01:55 (9 months ago)
Author:
peter
Message:

source/container_classes.h:

Fix build problems with Portland group compiler.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/container_classes.h

    r1914 r1945  
    17071707typedef multi_arr<double,6>::const_iterator md6ci; 
    17081708 
    1709 #if defined(__GNUC__) || defined(__INTEL_COMPILER) || defined(_MSC_VER) || defined(__PGI) 
     1709#if defined(__GNUC__) || defined(__INTEL_COMPILER) || defined(_MSC_VER) 
    17101710#define INST_EXTERN EXTERN 
    17111711#else