Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -182,7 +182,6 @@ inline bool gunzip_buffer(std::ostream& a_out,
#if ZLIB_VERNUM <= 0x1140
char* pos = (char*)a_src;
if(gunzip_check_header(pos)!=Z_OK) return false;
uInt diff = pos-a_src;
stream.next_in = (Bytef*)pos;
stream.avail_in = (uInt)(a_srcsize-(pos-a_src));
#else
@@ -225,5 +224,3 @@ inline bool gunzip_buffer(std::ostream& a_out,
}
#endif
//exlib_build_use inlib zlib