IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25268


Ignore:
Timestamp:
Sep 4, 2009, 11:06:14 AM (17 years ago)
Author:
eugene
Message:

disable some annoying plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c

    r23242 r25268  
    3535
    3636    if (!pmVisualIsVisual() || !plotPSF) return true;
     37
     38    // XXX skip for now
     39    return true;
    3740
    3841    if (kapa1 == -1) {
     
    161164// send in normalized points
    162165bool pmSourcePlotPoints3D (int myKapa, Graphdata *graphdata, psVector *xn, psVector *yn, psVector *zn, float theta, float phi) {
     166
     167    return true;
    163168
    164169    psVector *xv = psVectorAlloc (PS_MAX(6, 2*xn->n), PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.