Changeset 2067 for trunk/psLib/test/astronomy/tst_psAstrometry.c
- Timestamp:
- Oct 12, 2004, 2:10:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry.c
r2056 r2067 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-1 2 19:51:53$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-13 00:10:50 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 387 387 } 388 388 389 if (psMemGetRefCounter(fpa) != 2) {390 psLogMsg(__func__,PS_LOG_ERROR, 391 "psChipAlloc did not incrementreference counter for parent FPA.");389 if (psMemGetRefCounter(fpa) != 1) { 390 psLogMsg(__func__,PS_LOG_ERROR, 391 "psChipAlloc incremented reference counter for parent FPA."); 392 392 return 5; 393 393 } … … 439 439 } 440 440 441 if (psMemGetRefCounter(fpa) != 3) {442 psLogMsg(__func__,PS_LOG_ERROR, 443 "psChipAlloc did not incrementreference counter for parent FPA.");441 if (psMemGetRefCounter(fpa) != 1) { 442 psLogMsg(__func__,PS_LOG_ERROR, 443 "psChipAlloc incremented reference counter for parent FPA."); 444 444 return 15; 445 445 } … … 537 537 } 538 538 539 if (psMemGetRefCounter(chip) != 2) {540 psLogMsg(__func__,PS_LOG_ERROR, 541 "psCellAlloc did not incrementreference counter for parent.");539 if (psMemGetRefCounter(chip) != 1) { 540 psLogMsg(__func__,PS_LOG_ERROR, 541 "psCellAlloc incremented reference counter for parent."); 542 542 return 5; 543 543 } … … 603 603 } 604 604 605 if (psMemGetRefCounter(chip) != 3) {606 psLogMsg(__func__,PS_LOG_ERROR, 607 "psCellAlloc did not incrementreference counter for parent FPA.");605 if (psMemGetRefCounter(chip) != 1) { 606 psLogMsg(__func__,PS_LOG_ERROR, 607 "psCellAlloc incremented reference counter for parent FPA."); 608 608 return 15; 609 609 } … … 677 677 } 678 678 679 if (psMemGetRefCounter(image) != 2) {680 psLogMsg(__func__,PS_LOG_ERROR, 681 "psReadoutAlloc did not incrementreference counter for image.");679 if (psMemGetRefCounter(image) != 1) { 680 psLogMsg(__func__,PS_LOG_ERROR, 681 "psReadoutAlloc incremented reference counter for image."); 682 682 return 5; 683 683 }
Note:
See TracChangeset
for help on using the changeset viewer.
