Import Geant4 11.4.0 source tree
This commit is contained in:
+1
-2
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "sf"
|
||||
|
||||
#include "../cstr"
|
||||
#include "../HEADER"
|
||||
|
||||
namespace tools {
|
||||
@@ -22,7 +21,7 @@ public:
|
||||
char* cstr = 0;
|
||||
if(!a_buffer.read_cstr(cstr)) return false;
|
||||
m_value = cstr;
|
||||
str_del(cstr);
|
||||
::free(cstr);
|
||||
return true;
|
||||
}
|
||||
virtual bool dump(std::ostream& a_out) {
|
||||
|
||||
Reference in New Issue
Block a user