Searched refs:numFish (Results 1 – 4 of 4) sorted by relevance
| /phasta/phSolver/common/test/ |
| H A D | phIOwrite.cc | 25 int numFish[2] = {0,0}; in main() local 43 phio_readheader(file[i], phrase, &(numFish[i]), &one, type, iotype); in main() 47 int match = (numFish[0] == numFish[1]) && (fishWeight[0] == fishWeight[1]); in main()
|
| H A D | phIOwriteReadZeroSz.cc | 29 int numFish = 0; in main() local 56 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main() 57 assert(!numFish); in main() 58 phio_readdatablock(file[i], phrase, &fishWeight, &numFish, type, iotype); in main()
|
| H A D | phIOwriteFields.cc | 32 int numFish = 0; in main() local 65 phio_readheader(file[i], phrase, &numFish, &one, type, iotype); in main() 66 assert(!numFish); in main() 67 phio_readdatablock(file[i], phrase, &fishWeight, &numFish, type, iotype); in main()
|
| H A D | phIOwrite.f | 13 integer, target, dimension(2) :: fishweight, numFish variable 53 call phio_readheader(handle(i), phrase, c_loc(numFish(i)), 59 if( numFish(1) .ne. numFish(2) .or.
|