- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/objects/pmTrend2D.c
r21183 r27840 298 298 return PM_TREND_NONE; 299 299 } 300 301 bool pmTrend2DPrintMap (pmTrend2D *trend) { 302 303 if (!trend->map) return false; 304 if (!trend->map->map) return false; 305 306 for (int j = 0; j < trend->map->map->numRows; j++) { 307 for (int i = 0; i < trend->map->map->numCols; i++) { 308 fprintf (stderr, "%5.2f ", trend->map->map->data.F32[j][i]); 309 } 310 fprintf (stderr, "\t\t\t"); 311 for (int i = 0; i < trend->map->map->numCols; i++) { 312 fprintf (stderr, "%5.2f ", trend->map->error->data.F32[j][i]); 313 } 314 fprintf (stderr, "\n"); 315 } 316 return true; 317 } 318
Note:
See TracChangeset
for help on using the changeset viewer.
