Skip to content

Commit acf7073

Browse files
committed
All: corr. previous commit mistakes
1 parent e48f7c4 commit acf7073

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cassiopee/CPlot/CPlot/Tk.py

-1
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ def setPrefs():
892892
elif val == 'Scalar': CPlot.setState(mode=3)
893893
elif val == 'Vector': CPlot.setState(mode=4)
894894
elif i == 'tkViewMeshStyle':
895-
print('val=%s'%val)
896895
if val == 'Red wires+solid': style = 0
897896
elif val == 'Multicolor wireframes': style = 1
898897
elif val == 'Multicolor wires+solid': style = 2

Cassiopee/KCore/Dist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os, sys, distutils.sysconfig, platform, glob, subprocess
33

44
# Toggle to True for compiling for debug (valgrind, inspector, sanitizer)
5-
DEBUG = True
5+
DEBUG = False
66

77
# Toggle to True for compiling Cassiopee in i8
88
EDOUBLEINT = False

0 commit comments

Comments
 (0)