--- trunk/pycad/py_src/gmsh.py 2007/02/19 06:52:25 981 +++ trunk/pycad/py_src/gmsh.py 2007/02/19 23:55:52 982 @@ -76,7 +76,7 @@ returns the name of the file for the gmsh msh """ return self.__mshname - def setOptions(self,algorithm=None,optimize_quality=True,smoothing=3): + def setOptions(self,algorithm=None,optimize_quality=True,smoothing=1): """ sets options for the mesh generator """