Home
last modified time | relevance | path

Searched refs:ts1 (Results 1 – 2 of 2) sorted by relevance

/phasta/phastaIO/
H A DphastaIO.cc212 char* ts1 = StringStripper( typestring ); in typeSize() local
213 if ( cscompare( "integer", ts1 ) ) { in typeSize()
214 free (ts1); in typeSize()
216 } else if ( cscompare( "double", ts1 ) ) { in typeSize()
217 free (ts1); in typeSize()
220 free (ts1); in typeSize()
221 fprintf(stderr,"unknown type : %s\n",ts1); in typeSize()
1467 char* ts1 = StringStripper( datatype ); in readDataBlock() local
1468 if ( cscompare( "integer", ts1 ) ) { in readDataBlock()
1471 } else if ( cscompare( "double", ts1 ) ) { in readDataBlock()
[all …]
H A DvtkPhastaReader.cxx250 char* ts1 = StringStripper( typestring ); in typeSize() local
252 if ( cscompare( "integer", ts1 ) ) in typeSize()
254 delete [] ts1; in typeSize()
257 else if ( cscompare( "double", ts1 ) ) in typeSize()
259 delete [] ts1; in typeSize()
262 else if ( cscompare( "float", ts1 ) ) in typeSize()
264 delete [] ts1; in typeSize()
269 delete [] ts1; in typeSize()
270 fprintf(stderr,"unknown type : %s\n",ts1); in typeSize()
839 char* ts1 = StringStripper( datatype ); in readdatablock() local
[all …]