Changeset 9540 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Oct 13, 2006, 12:04:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r9538 r9540 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.12 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-13 2 1:13:47$12 * @version $Revision: 1.125 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 22:04:58 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 612 612 { 613 613 psTrace("psLib.astro", 3, "---- %s() begin ----\n", __func__); 614 psTrace("psLib.astro", 3, "tracelevel(%s) is %d\n", __func__, psTraceGetLevel( __func__));614 psTrace("psLib.astro", 3, "tracelevel(%s) is %d\n", __func__, psTraceGetLevel("psLib.astro")); 615 615 616 616 PS_ASSERT_PTR_NON_NULL(trans1, NULL); … … 620 620 psTrace("psLib.astro", 5, "trans2->x is (%d, %d) order.\n", trans2->x->nX, trans2->x->nY); 621 621 psTrace("psLib.astro", 5, "trans2->y is (%d, %d) order.\n", trans2->y->nX, trans2->y->nY); 622 if (psTraceGetLevel( __func__) >= 6) {622 if (psTraceGetLevel("psLib.astro") >= 6) { 623 623 PS_POLY_PRINT_2D(trans1->x); 624 624 PS_POLY_PRINT_2D(trans1->y); … … 703 703 psPolynomial2D *newPoly = multiplyDPoly2D(trans1XPolys[t2x], trans1YPolys[t2y]); 704 704 705 if (psTraceGetLevel( __func__) >= 6) {705 if (psTraceGetLevel("psLib.astro") >= 6) { 706 706 PS_POLY_PRINT_2D(newPoly); 707 707 } … … 714 714 } 715 715 716 if (psTraceGetLevel( __func__) >= 6) {716 if (psTraceGetLevel("psLib.astro") >= 6) { 717 717 PS_POLY_PRINT_2D(myPT->x); 718 718 } … … 721 721 } 722 722 } 723 if (psTraceGetLevel( __func__) >= 6) {723 if (psTraceGetLevel("psLib.astro") >= 6) { 724 724 psTrace("psLib.astro", 6, "The final x-polynomial\n"); 725 725 PS_POLY_PRINT_2D(myPT->x); … … 737 737 psPolynomial2D *newPoly = multiplyDPoly2D(trans1XPolys[t2x], trans1YPolys[t2y]); 738 738 739 if (psTraceGetLevel( __func__) >= 6) {739 if (psTraceGetLevel("psLib.astro") >= 6) { 740 740 PS_POLY_PRINT_2D(newPoly); 741 741 } … … 747 747 } 748 748 } 749 if (psTraceGetLevel( __func__) >= 6) {749 if (psTraceGetLevel("psLib.astro") >= 6) { 750 750 PS_POLY_PRINT_2D(myPT->x); 751 751 } … … 754 754 } 755 755 } 756 if (psTraceGetLevel( __func__) >= 6) {756 if (psTraceGetLevel("psLib.astro") >= 6) { 757 757 psTrace("psLib.astro", 6, "The final y-polynomial\n"); 758 758 PS_POLY_PRINT_2D(myPT->y);
Note:
See TracChangeset
for help on using the changeset viewer.
