Select Git revision
problemSphere.brep
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)
{
}