00001 #ifndef InterpolationDebug_h 00002 #define InterpolationDebug_h 00003 00013 struct InterpolationDebug { 00014 static bool debug; 00015 }; 00016 00017 #endif