Select Git revision
License.cpp
Forked from
gmsh / gmsh
Source project has a limited visibility.
This project is licensed under the GNU General Public License v2.0 or later.
Learn more
MeshOptObjContrib.cpp 177 B
// TODO: Copyright
#include "MeshOptObjContrib.h"
ObjContrib::ObjContrib(std::string mesName, std::string name) :
_min(0.), _max(0.), _measureName(mesName), _name(name)
{
}