- Timestamp:
- Jun 27, 2018, 3:25:07 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imcombine/pmSubtractionVisual.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/psModules
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psModules merged eligible /trunk/psModules merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20170908/psModules/src/imcombine/pmSubtractionVisual.c
r35768 r40480 908 908 909 909 graphdata.color = KapaColorByName ("black"); 910 graphdata.ptype = 2;910 graphdata.ptype = KAPA_POINT_CROSS; 911 911 graphdata.size = 0.5; 912 graphdata.style = 2;912 graphdata.style = KAPA_PLOT_POINTS; 913 913 graphdata.etype |= 0x01; 914 914 … … 974 974 975 975 graphdata.color = KapaColorByName ("black"); 976 graphdata.ptype = 2;976 graphdata.ptype = KAPA_POINT_CROSS; 977 977 graphdata.size = 0.5; 978 graphdata.style = 2;978 graphdata.style = KAPA_PLOT_POINTS; 979 979 980 980 KapaPrepPlot (kapa3, lflx->n, &graphdata); … … 1001 1001 1002 1002 graphdata.color = KapaColorByName ("black"); 1003 graphdata.ptype = 2;1003 graphdata.ptype = KAPA_POINT_CROSS; 1004 1004 graphdata.size = 0.5; 1005 graphdata.style = 2;1005 graphdata.style = KAPA_PLOT_POINTS; 1006 1006 1007 1007 KapaPrepPlot (kapa3, lflx->n, &graphdata); … … 1028 1028 1029 1029 graphdata.color = KapaColorByName ("black"); 1030 graphdata.ptype = 2;1030 graphdata.ptype = KAPA_POINT_CROSS; 1031 1031 graphdata.size = 0.5; 1032 graphdata.style = 2;1032 graphdata.style = KAPA_PLOT_POINTS; 1033 1033 1034 1034 KapaPrepPlot (kapa3, lflx->n, &graphdata);
Note:
See TracChangeset
for help on using the changeset viewer.
