AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

CompConf.h

Go to the documentation of this file.
00001 #ifndef AMROC_COMPILER_CONFIG_H
00002 #define AMROC_COMPILER_CONFIG_H
00003 
00009 #if defined __xlC__ && __IBMCPP__ < 360
00010 # include <isynonym.hpp>
00011   typedef IBoolean bool;
00012 #endif
00013 
00014 #if defined __GNUG__ || (defined __xlC__ && __IBMCPP__ >= 500)
00015 # define __TYPENAME 1
00016 #else
00017 # define __TYPENAME
00018 #endif
00019 
00020 #ifndef __TYPENAME
00021 # define typename
00022 #endif
00023 
00024 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04