Changeset 27838 for branches/tap_branches/psModules/src/objects/pmPeaks.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_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/tap_branches/psModules/src/objects/pmPeaks.c
r25754 r27838 375 375 psU32 col = 0; 376 376 psU32 row = 0; 377 psArray *list = NULL;377 psArray *list = psArrayAllocEmpty(100); 378 378 379 379 // Find peaks in row 0 only. … … 416 416 417 417 } else { 418 ps Error(PS_ERR_UNKNOWN, true, "peak specifiedvalid column range.");418 psLogMsg ("psModules.objects", 5, "peak specified outside valid column range."); 419 419 } 420 420 } … … 501 501 } 502 502 } else { 503 psError(PS_ERR_UNKNOWN, true, "peak specified outside valid column range.");503 psLogMsg ("psModules.objects", 5, "peak specified outside valid column range."); 504 504 } 505 505 … … 545 545 } 546 546 } else { 547 ps Error(PS_ERR_UNKNOWN, true, "peak specified outside valid column range.");547 psLogMsg ("psModules.objects", 5, "peak specified outside valid column range."); 548 548 } 549 549 }
Note:
See TracChangeset
for help on using the changeset viewer.
