Mesh: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-10 06:41:42 -05:00
committed by Chris Hennes
parent 356faf94da
commit c174e063f3
102 changed files with 632 additions and 633 deletions

View File

@@ -52,13 +52,13 @@ std::string FacetPy::representation() const
str << "(" << ptr->_aclPoints[2].x << ", " << ptr->_aclPoints[2].y << ", " << ptr->_aclPoints[2].z << ")";
}
str << ")";
return str.str();
}
PyObject *FacetPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Python wrapper
{
// create a new instance of FacetPy and the Twin object
// create a new instance of FacetPy and the Twin object
return new FacetPy(new Facet);
}
@@ -309,7 +309,7 @@ PyObject *FacetPy::getCustomAttributes(const char* /*attr*/) const
int FacetPy::setCustomAttributes(const char* /*attr*/, PyObject * /*obj*/)
{
return 0;
return 0;
}