Problem 2185

Summary: A typo in #include
Product: Examples/Extended Reporter: wangxukun <wangxukun.kimi>
Component: paralle/MPIAssignee: Koichi Murakami <Koichi.Murakami>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 10.5   
Hardware: All   
OS: All   

Description wangxukun 2019-08-11 08:30:09 CEST
in the file G4MPIextraWorker.cc:

It should be like #include "G4ios.hh" instead of #include "g4ios.hh",

letter g should be capitalized, This can cause the failure of compiling G4MPI.
Comment 1 Gabriele Cosmo 2019-08-12 08:58:42 CEST

*** This problem has been marked as a duplicate of problem 2163 ***