mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
remove debug output
This commit is contained in:
parent
e0b71dc5b4
commit
940b7595a9
@ -44,7 +44,6 @@ namespace netgen
|
|||||||
|
|
||||||
void VisualSceneGeometry :: DrawScene ()
|
void VisualSceneGeometry :: DrawScene ()
|
||||||
{
|
{
|
||||||
cout << "vs-csg::Draw" << endl;
|
|
||||||
if (changeval != geometry->GetChangeVal())
|
if (changeval != geometry->GetChangeVal())
|
||||||
BuildScene();
|
BuildScene();
|
||||||
changeval = geometry->GetChangeVal();
|
changeval = geometry->GetChangeVal();
|
||||||
@ -126,7 +125,6 @@ namespace netgen
|
|||||||
|
|
||||||
void VisualSceneGeometry :: BuildScene (int zoomall)
|
void VisualSceneGeometry :: BuildScene (int zoomall)
|
||||||
{
|
{
|
||||||
cout << "vs-csg::Build" << endl;
|
|
||||||
VisualScene::BuildScene(zoomall); // setting light ...
|
VisualScene::BuildScene(zoomall); // setting light ...
|
||||||
Box<3> box;
|
Box<3> box;
|
||||||
int hasp = 0;
|
int hasp = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user