mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
output control
This commit is contained in:
parent
4565c8ef79
commit
e5056dcd57
@ -84,7 +84,7 @@ void ExtractEdgeData( const TopoDS_Edge & edge, int index, std::vector<double> *
|
||||
|
||||
if (poly.IsNull())
|
||||
{
|
||||
cout << "no edge mesh, do my own sampling" << endl;
|
||||
cout << IM(2) << "no edge mesh, do my own sampling" << endl;
|
||||
|
||||
double s0, s1;
|
||||
Handle(Geom_Curve) c = BRep_Tool::Curve(edge, s0, s1);
|
||||
|
Loading…
Reference in New Issue
Block a user