- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/Ohana
- Property svn:mergeinfo deleted
-
branches/sc_branches/trunkTest/Ohana/src/opihi/cmd.data/fit2d.c
r27817 r29060 168 168 } 169 169 170 /** test print **/ 171 if (VERBOSE) { 172 for (i = 0; i < wterm; i++) { 173 for (j = 0; j < wterm; j++) { 174 gprint (GP_ERR, "%g ", c[i][j]); 175 } 176 gprint (GP_ERR, "\n"); 177 } 178 gprint (GP_ERR, "-----\n"); 179 } 180 170 181 dgaussjordan (c, b, wterm, 1); 171 182 … … 176 187 gprint (GP_ERR, "x^%d y^%d: %g\n", nx, ny, b[i][0]); 177 188 } 189 } 190 } 191 192 /** test print **/ 193 if (VERBOSE) { 194 for (i = 0; i < wterm; i++) { 195 for (j = 0; j < wterm; j++) { 196 gprint (GP_ERR, "%g ", c[i][j]); 197 } 198 gprint (GP_ERR, "\n"); 178 199 } 179 200 }
Note:
See TracChangeset
for help on using the changeset viewer.
