- Timestamp:
- Mar 17, 2009, 12:07:42 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmFootprint.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/psModules merged eligible /trunk/psModules merged eligible /branches/cnb_branch_20090215/psModules 21495-22685 /branches/eam_branches/eam_branch_20090303/psModules 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/objects/pmFootprint.c
r20937 r23351 28 28 } 29 29 30 psTrace("psModules.objects", 5, "---- begin ----\n");30 psTrace("psModules.objects", 10, "---- begin ----\n"); 31 31 32 32 psFree(tmp->spans); 33 33 psFree(tmp->peaks); 34 34 35 psTrace("psModules.objects", 5, "---- end ----\n");35 psTrace("psModules.objects", 10, "---- end ----\n"); 36 36 } 37 37 … … 42 42 const psImage *image) // region footprint lives in 43 43 { 44 psTrace("psModules.objects", 5, "---- begin ----\n");44 psTrace("psModules.objects", 10, "---- begin ----\n"); 45 45 46 46 static int id = 1; … … 69 69 } 70 70 71 psTrace("psModules.objects", 5, "---- end ----\n");71 psTrace("psModules.objects", 10, "---- end ----\n"); 72 72 return(footprint); 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
