Searched refs:fp (Results 1 – 1 of 1) sorted by relevance
| /phasta/checkphasta/ |
| H A D | checkphasta.cpp | 144 phio_fp fp; in read_solution() local 146 posixio_setup(&fp, 'r'); in read_solution() 148 syncio_setup_read(nSyncFiles, &fp); in read_solution() 150 phio_constructName(fp,"restart",rname); in read_solution() 152 phio_openfile(fn, fp); in read_solution() 154 phio_readheader(fp, "solution", (void*) iarray, &ithree, "integer", iformat); in read_solution() 160 phio_readdatablock(fp, "solution", solution, size, "double", iformat); in read_solution() 161 phio_closefile(fp); in read_solution()
|