Home
last modified time | relevance | path

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

/phasta/phastaIO/
H A DvtkPhastaReader.cxx1443 int i, j, numOfVars; in ReadFieldFile() local
1530 numOfVars = array[1]; in ReadFieldFile()
1535 if(index<0 || index>numOfVars-1) in ReadFieldFile()
1537 …vtkErrorMacro("index ["<<index<<"] is out of range [num. of vars.:"<<numOfVars<<"] for field [para… in ReadFieldFile()
1545 if(numOfComps<0 || index+numOfComps>numOfVars) in ReadFieldFile()
1547 …ith num. of comps. ["<<numOfComps<<"] is out of range [num. of vars.:"<<numOfVars<<"] for field [p… in ReadFieldFile()
1555 item = numOfVars*noOfDatas; in ReadFieldFile()