Changeset 4944 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- Sep 2, 2005, 11:32:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r4898 r4944 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.13 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 8-30 01:14:13$11 * @version $Revision: 1.133 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-02 21:32:06 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2192 2192 2193 2193 if (psTraceGetLevel (".psLib.dataManip.VectorFitPolynomial1DOrd") >= 5) { 2194 FILE *f = psTraceGetDestination ();2194 FILE *f = fdopen((psTraceGetDestination ()), "a+"); 2195 2195 fprintf (f, "VectorFitPolynomial1D()\n"); 2196 2196 for (int i = 0; i < x->n; i++) { 2197 2197 fprintf (f, "(x, y, yErr) is (%f, %f, %f)\n", x->data.F64[i], y->data.F64[i], yErr->data.F64[i]); 2198 2198 } 2199 fclose(f); 2199 2200 } 2200 2201
Note:
See TracChangeset
for help on using the changeset viewer.
