Lines Matching refs:headerTypeD
121 char **fieldNameD, **fileTypeD, **dataTypeD, **headerTypeD; in main() local
266 …headerTypeD = new char*[N_geombc_double]; // block (means with data block) or header (just a he… in main()
282 headerTypeD[i] = new char[128]; in main()
325 strcpy( headerTypeD[double_counter], S4 ); in main()
419 if ( cscompare("block",headerTypeD[j]) ) in main()
660 if ( cscompare("header",headerTypeD[j]) ) in main()
684 if ( cscompare("block",headerTypeD[j]) ) in main()
829 delete [] headerTypeD[i]; in main()
853 delete [] headerTypeD; in main()
881 headerTypeD = new char*[N_restart_double]; in main()
899 headerTypeD[i] = new char[128]; in main()
943 strcpy( headerTypeD[double_counter], S4 ); in main()
1000 if ( cscompare("block",headerTypeD[i]) ) in main()
1121 if ( cscompare("header",headerTypeD[i]) ) in main()
1138 if ( cscompare("block",headerTypeD[i]) ) in main()
1217 delete [] headerTypeD[i]; in main()
1243 delete [] headerTypeD; in main()