lines 39-40 of G4LivermorePolarizedPhotoElectricModel.hh are: #ifndef G4LivermorePhotoElectricModel_h #define G4LivermorePhotoElectricModel_h 1 This is the same as the include guard for G4LivermorePhotoElectricModel.hh. Unless the intent is to prevent including the headers for both files, I assume these lines should be: #ifndef G4LivermorePolarizedPhotoElectricModel_h #define G4LivermorePolarizedPhotoElectricModel_h 1
Thank you very much Jared, the fix has been committed.