IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 5:10:34 PM (20 years ago)
Author:
eugene
Message:

all sorts of error handling fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroTestFuncs.c

    r9374 r9574  
    3232        for (int j = 0; j < map->x->nY + 1; j++) {
    3333            if (map->x->mask[i][j]) continue;
    34             psLogMsg (__func__, 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]);
     34            psLogMsg ("psastro", 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]);
    3535        }
    3636    }
     
    3939        for (int j = 0; j < map->y->nY + 1; j++) {
    4040            if (map->y->mask[i][j]) continue;
    41             psLogMsg (__func__, 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]);
     41            psLogMsg ("psastro", 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]);
    4242        }
    4343    }
Note: See TracChangeset for help on using the changeset viewer.