00001 00002 //=======================================================// _\|/_ 00003 // __ _____ ___ ___ // /|\ ~ 00004 // / | ^ | \ | ^ | \ // _\|/_ 00005 // \__ | / \ |___/ | / \ |___/ // /|\ ~ 00006 // \ | /___\ | \ | /___\ | \ // _\|/_ 00007 // ___/ | / \ | \ |____ / \ |___/ // /|\ ~ 00008 // // _\|/_ 00009 //=======================================================// /|\ ~ 00010 00011 // hdyn_grape.C: Simple switch between GRAPE-4 and GRAPE-6 functions. 00012 // Default is to compile GRAPE-4 code, unless GRAPE-6 00013 // is specifically selected by setting the variable 00014 // STARLAB_HAS_GRAPE6 at compile time. 00015 // 00016 // version 1: Jul 2000 Steve McMillan 00017 00018 #if defined(STARLAB_HAS_GRAPE6) 00019 00020 # include "hdyn_grape6.C" 00021 00022 #else 00023 00024 # include "hdyn_grape4.C" 00025 00026 #endif