Changeset 23199 for branches/cnb_branches/cnb_branch_20090215/psModules/src/objects/pmSourceVisual.c
- Timestamp:
- Mar 5, 2009, 11:24:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmSourceVisual.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
- Property svn:mergeinfo changed
/trunk merged: 22727-22752,23115-23126,23128,23137-23157,23159-23174,23182-23195,23198
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090215/psModules/src/objects/pmSourceVisual.c
r22722 r23199 7 7 #include "pmSourceVisual.h" 8 8 9 # if (HAVE_KAPA)10 # include <kapa.h>9 #if (HAVE_KAPA) 10 #include <kapa.h> 11 11 #include "pmVisual.h" 12 12 … … 155 155 // continue, save (provide name), ?? 156 156 pmVisualAskUser(&plotPSF); 157 157 158 return true; 158 159 } … … 251 252 } 252 253 253 # else 254 # endif 254 #else 255 256 bool pmSourceSetVisual(bool mode) 257 { 258 return true; 259 } 260 261 bool pmSourceVisualPSFModelResid(pmTrend2D *trend, psVector *x, psVector *y, psVector *param, psVector *mask) 262 { 263 return true; 264 } 265 266 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
