/* definitions for specific computer sites */ #ifdef T3E #define FloatARRAY doubleArray #define FLoaT double #else #define FloatARRAY floatArray #define FLoaT float #ifndef TEST_ARRAYS #ifdef LC_NOUNSC #define TEST_ARRAYS test_arrays #elif LC_UNSC #define TEST_ARRAYS test_arrays_ #endif #endif #endif #ifdef BIGBEN #include #endif