added a missing return value to Priority
This commit is contained in:
parent
b143b27807
commit
ae8e3c0ce7
|
@ -233,7 +233,8 @@ public:
|
|||
|
||||
virtual ScalarType Priority(){
|
||||
// return _priority;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void Init(TriMeshType&m,typename LocalOptimization<TRI_MESH_TYPE>::HeapType&h_ret){
|
||||
h_ret.clear();
|
||||
|
|
Loading…
Reference in New Issue