- Timestamp:
- Jan 14, 2010, 10:19:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/objects/pmPeaks.c
r25754 r26594 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.
