Parent Directory
|
Revision Log
|
Patch
revision 1906 by phornby, Mon Oct 20 07:33:42 2008 UTC | revision 1907 by phornby, Wed Oct 22 11:41:18 2008 UTC | |
---|---|---|
# | Line 897 Finley_Mesh* Finley_Mesh_read_MPI(char* | Line 897 Finley_Mesh* Finley_Mesh_read_MPI(char* |
897 | } | } |
898 | #else | #else |
899 | cur_pos = ftell(fileHandle_p); | cur_pos = ftell(fileHandle_p); |
printf("%d\n",cur_pos); | ||
900 | fseek(fileHandle_p, 0L, SEEK_END); | fseek(fileHandle_p, 0L, SEEK_END); |
901 | end_pos = ftell(fileHandle_p); | end_pos = ftell(fileHandle_p); |
902 | fseek(fileHandle_p, (long)cur_pos, SEEK_SET); | fseek(fileHandle_p, (long)cur_pos, SEEK_SET); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |