// phreeqc namespace // #if !defined(_INC_GLOBALNS) #define _INC_GLOBALNS #if defined(_DEBUG) #pragma warning(disable : 4786) // disable truncation warning #endif #include #if !defined(PHREEQC_CLASS) #define EXTERNAL extern #include "global.h" #include "phqalloc.h" #include "input.h" #include "output.h" #include "phrqproto.h" EXTERNAL int n_user_punch_index; #undef EXTERNAL #endif #endif /* _INC_GLOBALNS */