Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+1 -7
View File
@@ -4,8 +4,8 @@
#ifndef tools_wroot_ifile
#define tools_wroot_ifile
#include <ostream>
#include "seek"
#include "../zfunc"
namespace tools {
namespace wroot {
@@ -38,12 +38,6 @@ public:
virtual bool synchronize() = 0;
typedef bool (*zip_func)(std::ostream&,
int,
uint32,char*,
uint32,char*,
uint32&);
virtual bool ziper(char,zip_func&) const = 0;
virtual uint32 compression() const = 0;