Changeset 8699
- Timestamp:
- Aug 29, 2006, 5:59:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro2/src/gastro2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro2/src/gastro2.c
r8241 r8699 19 19 gfit (&Target, &Ref, 1); 20 20 fprintf (stderr, "precision: %f\n", Target.answer.dR / sqrt(Target.answer.N)); 21 if ((Target.answer.N < 2) || isnan(Target.answer.dR)) { 22 fprintf (stderr, "ERROR: bad fit\n"); 23 exit (1); 24 } 21 25 if (VERBOSE) { 22 26 fprintf (stderr, "%s\n", Target.coords.ctype); … … 33 37 gfit (&Target, &Ref, MIN (MAX (1, NPOLYTERMS), 3)); 34 38 fprintf (stderr, "precision: %f\n", Target.answer.dR / sqrt(Target.answer.N)); 39 if ((Target.answer.N < 2) || isnan(Target.answer.dR)) { 40 fprintf (stderr, "ERROR: bad fit\n"); 41 exit (1); 42 } 35 43 } 36 44
Note:
See TracChangeset
for help on using the changeset viewer.
