Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
/* $Id: liblist.c,v 1.18 2006/10/05 14:22:06 gcosmo Exp $ */
/* $Id: liblist.c,v 1.19 2007/07/18 14:21:15 gcosmo Exp $ */
/*
Given a "libname.map" file on standard input and a list or directory
@@ -303,7 +303,6 @@ int main (int argc, char** argv) {
#if defined ( _WIN32 ) || defined ( __CYGWIN__ ) || defined ( __CYGWIN32__ )
ptr=strchr(ntg4tmp1,':');
if ( ptr ) *(ptr+1)='\0';
while ( ptr=strchr(buffer,'\\') ) *ptr='/';