Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#ifdef TOOLS_MEM
|
||||
#include "../mem"
|
||||
#endif
|
||||
|
||||
namespace tools {
|
||||
namespace io {
|
||||
|
||||
@@ -69,9 +65,6 @@ public: //helpers
|
||||
a_x.resize(n);
|
||||
for(uint32 index=0;index<n;index++) a_x[index] = v[index];
|
||||
delete [] v;
|
||||
#ifdef TOOLS_MEM
|
||||
mem::decrement(s_new().c_str());
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user