Skip to content

Commit b3b0bfd

Browse files
committed
comment code because it does not compile
1 parent 35c8a6e commit b3b0bfd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/Shell.Adaptivity/src/Shell/Adaptivity/controller/Test2DAdapter.inl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void Test2DAdapter<DataTypes>::PointInfoHandler::swap(unsigned int i1,
101101
unsigned int i2)
102102
{
103103
//std::cout << "pt " << __FUNCTION__ << " " << i1 << " " << i2 << std::endl;
104-
Inherited::swap(i1, i2);
104+
// Inherited::swap(i1, i2);
105105

106106
// m_pointId may change
107107
if (adapter->m_pointId == i1) {
@@ -164,7 +164,7 @@ void Test2DAdapter<DataTypes>::TriangleInfoHandler::swap(unsigned int i1,
164164
unsigned int i2)
165165
{
166166
//std::cout << "tri " << __FUNCTION__ << " " << i1 << " " << i2 << std::endl;
167-
Inherited::swap(i1, i2);
167+
// Inherited::swap(i1, i2);
168168

169169
if (adapter->m_pointTriId == i1) {
170170
adapter->m_pointTriId = i2;
@@ -743,9 +743,9 @@ void Test2DAdapter<DataTypes>::relocatePoint(Index pt, Coord target,
743743
tri[0], tri[1], tri[2], bInRest));
744744

745745
// Do the real work
746-
m_modifier->movePointsProcess(move_ids, move_ancestors, move_coefs);
747-
m_modifier->notifyEndingEvent();
748-
m_modifier->propagateTopologicalChanges();
746+
// m_modifier->movePointsProcess(move_ids, move_ancestors, move_coefs);
747+
// m_modifier->notifyEndingEvent();
748+
// m_modifier->propagateTopologicalChanges();
749749

750750
//mytimer.step("Projection");
751751
projectionUpdate(pt);

0 commit comments

Comments
 (0)