fixed errors

This commit is contained in:
AndreaRigoni
2026-03-25 20:30:46 +00:00
parent 6a65fe94c8
commit e4a8499104
17 changed files with 344 additions and 269 deletions

View File

@@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <cstdlib>
#include <Vtk/uLibVtkViewer.h>
@@ -63,9 +64,10 @@ int main()
actor->SetMapper(mapper);
v_viewer.addProp(actor);
v_viewer.GetRenderer()->Render();
v_viewer.Start();
if (!std::getenv("CTEST_PROJECT_NAME")) {
v_viewer.GetRenderer()->Render();
v_viewer.Start();
}
END_TESTING;
}