Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
+3 -3
View File
@@ -90,7 +90,7 @@ protected:
}
//a_out << "debug : tools::sg::tex_rect::update_sg :"
// << " this " << inlib::p2s(this)
// << " this " << tools::p2s(this)
// << std::endl;
// image must be power of two in width and height.
@@ -123,7 +123,7 @@ protected:
if(!img4.to_texture(expand.value(),pixel,m_img)){
a_out << "tools::sg::tex_rect::update_sg :"
<< " problem with inlib::tex_rect::to_texture."
<< " problem with tools::tex_rect::to_texture."
<< std::endl;
m_img.make_empty();
return;
@@ -132,7 +132,7 @@ protected:
} else {
if(!_img.to_texture(expand.value(),pixel,m_img)){
a_out << "tools::sg::tex_rect::update_sg :"
<< " problem with inlib::tex_rect::to_texture."
<< " problem with tools::tex_rect::to_texture."
<< std::endl;
m_img.make_empty();
return;