Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
namespace tools {
inline int vsnpf(char* a_s,size_t a_n,const char* a_fmt,va_list args){
#ifdef WIN32
#ifdef _MSC_VER
return _vsnprintf(a_s,a_n,a_fmt,args);
#else
return ::vsnprintf(a_s,a_n,a_fmt,args);