changed line 215 for compilation problems in case of class extension (just semantic)
This commit is contained in:
parent
1a2be8bdfa
commit
b3c2645005
|
@ -212,7 +212,7 @@ public:
|
|||
|
||||
void Execute(TriMeshType &m)
|
||||
{ CoordType newPos;
|
||||
if(Params().OptimalPlacement) newPos= ComputeMinimal();
|
||||
if(Params().OptimalPlacement) newPos= static_cast<MYTYPE*>(this)->ComputeMinimal();
|
||||
else newPos=this->pos.V(1)->P();
|
||||
//this->pos.V(1)->Qd()+=this->pos.V(0)->Qd();
|
||||
QH::Qd(this->pos.V(1))+=QH::Qd(this->pos.V(0));
|
||||
|
|
Loading…
Reference in New Issue