Changeset 27611 for trunk/Ohana/src/gastro/src/gcenter.c
- Timestamp:
- Apr 5, 2010, 3:47:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro/src/gcenter.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro/src/gcenter.c
r5386 r27611 79 79 fprintf (stderr, "plotting %d points\n", Nvect); 80 80 fprintf (stderr, "type return to continue"); 81 fscanf (stdin, "%c", &c); 81 if (fscanf (stdin, "%c", &c) != 1) { 82 fprintf (stderr, "\n"); 83 } 82 84 Nvect = 0; 83 85 } … … 166 168 fprintf (stderr, "plotting %d points\n", Nvect); 167 169 fprintf (stderr, "type return to continue"); 168 fscanf (stdin, "%c", &c); 170 if (fscanf (stdin, "%c", &c) != 1) { 171 fprintf (stderr, "\n"); 172 } 169 173 Nvect = 0; 170 174 }
Note:
See TracChangeset
for help on using the changeset viewer.
