mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
remove test output
This commit is contained in:
parent
80536a3308
commit
c31240580b
@ -311,7 +311,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
catch (bad_weak_ptr e)
|
catch (bad_weak_ptr e)
|
||||||
{
|
{
|
||||||
cout << "don't have a mesh to visualize" << endl;
|
// cout << "don't have a mesh to visualize" << endl;
|
||||||
VisualScene::DrawScene();
|
VisualScene::DrawScene();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -901,7 +901,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
catch (bad_weak_ptr e)
|
catch (bad_weak_ptr e)
|
||||||
{
|
{
|
||||||
cout << "vsmesh::buildscene: don't have a mesh to visualize" << endl;
|
PrintMessage (3, "vsmesh::buildscene: don't have a mesh to visualize");
|
||||||
VisualScene::BuildScene (zoomall);
|
VisualScene::BuildScene (zoomall);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -635,7 +635,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
catch (bad_weak_ptr e)
|
catch (bad_weak_ptr e)
|
||||||
{
|
{
|
||||||
cout << "don't have a mesh to visualize" << endl;
|
// cout << "don't have a mesh to visualize" << endl;
|
||||||
VisualScene::DrawScene();
|
VisualScene::DrawScene();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1131,7 +1131,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
catch (bad_weak_ptr e)
|
catch (bad_weak_ptr e)
|
||||||
{
|
{
|
||||||
cout << "vssolution::buildscene: don't have a mesh to visualize" << endl;
|
PrintMessage (3, "vssolution::buildscene: don't have a mesh to visualize");
|
||||||
VisualScene::BuildScene (zoomall);
|
VisualScene::BuildScene (zoomall);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1443,7 +1443,7 @@ proc visual_dialog { } {
|
|||||||
foreach i { none scal vec } {
|
foreach i { none scal vec } {
|
||||||
set textval $clipsollabs($i)
|
set textval $clipsollabs($i)
|
||||||
$f.m add command -label "$textval" -command \
|
$f.m add command -label "$textval" -command \
|
||||||
"$f.b configure -text \"$textval\" ; set visoptions.clipsolution $i ; Ng_Vis_Set parameters ; redraw ; puts \"call redraw\" "
|
"$f.b configure -text \"$textval\" ; set visoptions.clipsolution $i ; Ng_Vis_Set parameters ; redraw "
|
||||||
}
|
}
|
||||||
|
|
||||||
pack $f.b $f.l -side right
|
pack $f.b $f.l -side right
|
||||||
|
Loading…
Reference in New Issue
Block a user