Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -14,8 +14,6 @@ namespace sg {
class GL_viewer : public tools::sg::viewer {
TOOLS_HEADER(GL_viewer,tools::sg::GL_viewer,tools::sg::viewer)
//public:
//virtual void after_render() {}
public:
void render() {
if(!m_ww) return;
@@ -32,7 +30,7 @@ public:
m_sg.render(action);
if(!action.end()) { //check that matrices stack are ok.
m_out << "exib::sg::GL_viewer :"
m_out << "exib::sg::GL_viewer :"
<< " bad gl_action end."
<< std::endl;
}