Skip to content

Commit

Permalink
All: corr. previous commit mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Feb 7, 2025
1 parent e48f7c4 commit acf7073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cassiopee/CPlot/CPlot/Tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ def setPrefs():
elif val == 'Scalar': CPlot.setState(mode=3)
elif val == 'Vector': CPlot.setState(mode=4)
elif i == 'tkViewMeshStyle':
print('val=%s'%val)
if val == 'Red wires+solid': style = 0
elif val == 'Multicolor wireframes': style = 1
elif val == 'Multicolor wires+solid': style = 2
Expand Down
2 changes: 1 addition & 1 deletion Cassiopee/KCore/Dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os, sys, distutils.sysconfig, platform, glob, subprocess

# Toggle to True for compiling for debug (valgrind, inspector, sanitizer)
DEBUG = True
DEBUG = False

# Toggle to True for compiling Cassiopee in i8
EDOUBLEINT = False
Expand Down

0 comments on commit acf7073

Please sign in to comment.