Changeset 25268
- Timestamp:
- Sep 4, 2009, 11:06:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c
r23242 r25268 35 35 36 36 if (!pmVisualIsVisual() || !plotPSF) return true; 37 38 // XXX skip for now 39 return true; 37 40 38 41 if (kapa1 == -1) { … … 161 164 // send in normalized points 162 165 bool pmSourcePlotPoints3D (int myKapa, Graphdata *graphdata, psVector *xn, psVector *yn, psVector *zn, float theta, float phi) { 166 167 return true; 163 168 164 169 psVector *xv = psVectorAlloc (PS_MAX(6, 2*xn->n), PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
