Proto
Proto_DebugHooks.H
1 #ifndef __DEBUGHOOKS__
2 #define __DEBUGHOOKS__
3 
4 #include "Proto_WriteBoxData.H"
5 //using Proto::BoxData;
6 
7 //void printData1(BoxData<double, 1>* dataPtr);
8 //void printDataDim(BoxData<double, DIM>* dataPtr);
9 //void printColumn1(BoxData<double, 1>* dataPtr, int column);
10 //void printColumnDim(BoxData<double, DIM>* dataPtr, int column);
11 //void writeData1(BoxData<double, 1>* dataPtr);
12 //void maxMinData1(BoxData<double, 1>* dataPtr);
13 //void maxMinDataDim(BoxData<double, DIM>* dataPtr);
14 //void viewData1(BoxData<double, 1>* dataPtr);
15 //void writeDataDim(BoxData<double, DIM>* dataPtr);
16 //void viewDataDim(BoxData<double, DIM>* dataPtr);
17 //void ProtoFunctionToGetStuffIntoTheSymbolTable();
18 //
19 //
20 //
21 //
22 //#include "implem/Proto_DebugHooksImplem.H"
23 #endif