Skip to content

Commit

Permalink
Fix typo in ebl fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmerten committed Mar 13, 2024
1 parent 71a6f5f commit b242d75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/testInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ TEST(ElectronPairProduction, allBackgrounds) {
epp.setPhotonField(irb);
irb = new IRB_Stecker16_lower();
epp.setPhotonField(irb);
irb = new IRB_Finke22();
epp.setPhotonField(IRB);
irb = new IRB_Finke22();
epp.setPhotonField(irb);
}

TEST(ElectronPairProduction, energyDecreasing) {
Expand Down Expand Up @@ -344,8 +344,8 @@ TEST(PhotoDisintegration, allBackgrounds) {
pd.setPhotonField(irb);
irb = new IRB_Stecker16_lower();
pd.setPhotonField(irb);
irb = new IRB_Finke22();
pd.setPhotonField(IRB);
irb = new IRB_Finke22();
pd.setPhotonField(irb);
urb = new URB_Nitu21();
pd.setPhotonField(urb);
}
Expand Down Expand Up @@ -562,8 +562,8 @@ TEST(PhotoPionProduction, allBackgrounds) {
ppp.setPhotonField(irb);
irb = new IRB_Stecker16_lower();
ppp.setPhotonField(irb);
irb = new IRB_Finke22();
ppp.setPhotonField(IRB);
irb = new IRB_Finke22();
ppp.setPhotonField(irb);
ref_ptr<PhotonField> urb = new URB_Protheroe96();
ppp.setPhotonField(urb);
urb = new URB_Nitu21();
Expand Down

0 comments on commit b242d75

Please sign in to comment.