Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
-11
View File
@@ -9,7 +9,6 @@
#include "sf_enum"
#include "mf"
#include "enums" //hjust,vjust
//#include "../lina/box3f"
namespace tools {
namespace sg {
@@ -76,16 +75,6 @@ protected:
vjust = a_from.vjust;
return *this;
}
public:
// void get_bounds(float a_height,box3f& a_box) {
// //for backward compatibility.
// float mn_x,mn_y,mn_z;
// float mx_x,mx_y,mx_z;
// get_bounds(a_height,mn_x,mn_y,mn_z,mx_x,mx_y,mx_z);
// a_box.set_bounds(mn_x,mn_y,mn_z,mx_x,mx_y,mx_z);
// }
};
}}