Problem 2185 - A typo in #include
Summary: A typo in #include
Status: RESOLVED DUPLICATE of problem 2163
Alias: None
Product: Examples/Extended
Classification: Unclassified
Component: paralle/MPI (show other problems)
Version: 10.5
Hardware: All All
: P4 normal
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2019-08-11 08:30 CEST by wangxukun
Modified: 2019-08-12 08:58 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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 ***