Home
last modified time | relevance | path

Searched refs:teststring (Results 1 – 6 of 6) sorted by relevance

/phasta/converterIO/
H A Dcreate_IO_O2N_input.sh31 teststring="co-ordinates"
32 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
36 teststring="boundary condition array"
37 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
43 teststring="boundary condition array"
44 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
55 teststring="number of interior tpblocks"
56 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
66 teststring="number of interior elements"
67 …if [ "${field_fun:0:${#teststring}}" == "$teststring" ]; then #we compare the first letters of the…
[all …]
H A DconverterN2O.cc13 cscompare( const char teststring[], in cscompare() argument
16 char* s1 = const_cast<char*>(teststring); in cscompare()
H A DconverterO2N.cc17 cscompare( const char teststring[], in cscompare() argument
20 char* s1 = const_cast<char*>(teststring); in cscompare()
/phasta/phastaIO/
H A DvtkPhastaReader.h103 static int cscompare( const char teststring[],
H A DvtkPhastaReader.cxx204 int vtkPhastaReader::cscompare( const char teststring[], in cscompare() argument
208 char* s1 = const_cast<char*>(teststring); in cscompare()
H A DphastaIO.cc184 inline int cscompare( const char teststring[], const char targetstring[] ) { in cscompare() argument
185 char* s1 = const_cast<char*>(teststring); in cscompare()