Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
tools_vforcit(line_t,lines.values(),it) {
|
||||
a_action.set_done(false);
|
||||
a_action.zs().clear();
|
||||
a_action.ws().clear();
|
||||
a_action.ws().clear();
|
||||
a_action.add_line_strip(*it);
|
||||
if(a_action.done()) {
|
||||
a_action.add_pick(*this,a_action.zs(),a_action.ws(),a_action.state());
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
public:
|
||||
line_set()
|
||||
:parent()
|
||||
:parent()
|
||||
,lines()
|
||||
{
|
||||
#ifdef TOOLS_MEM
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
public:
|
||||
bool add(const line_t& a_line) {
|
||||
bool add(const line_t& a_line) {
|
||||
size_t npoint = a_line.size()/3;
|
||||
if(npoint*3!=a_line.size()) return false;
|
||||
lines.add(a_line);
|
||||
|
||||
Reference in New Issue
Block a user