Salome HOME
Regress of 3D_mesh_NETGEN/G6 test
authoreap <eap@opencascade.com>
Thu, 22 Apr 2010 13:34:55 +0000 (13:34 +0000)
committereap <eap@opencascade.com>
Thu, 22 Apr 2010 13:34:55 +0000 (13:34 +0000)
   * add commented debug ouput

src/StdMeshers/StdMeshers_MEFISTO_2D.cxx

index edeb972fefcf37ab64c02b12fddaef7d18f30c3a..46f7b9e3980bedead2258c84c1bb7095c9bfbddb 100644 (file)
@@ -656,6 +656,9 @@ bool StdMeshers_MEFISTO_2D::LoadPoints(TWireVector &                 wires,
       fixOverlappedLinkUV (uvslf[ mB ], uvslf[ m ], uvslf[ mA ]);
     }
   }
+//   cout << "MEFISTO INPUT************" << endl;
+//   for ( int i =0; i < m; ++i )
+//     cout << i << ": \t" << uvslf[i].x << ", " << uvslf[i].y << " Node " << mefistoToDS[i]->GetID()<< endl;
 
   return true;
 }