Skip to content

Commit

Permalink
Merge pull request #191 from soleti/b2smallfix
Browse files Browse the repository at this point in the history
Fix comma in OpticalMaterialProperties...
  • Loading branch information
paolafer authored Nov 21, 2022
2 parents 39c9027 + d579787 commit 1aa0de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/materials/OpticalMaterialProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ namespace opticalprops {
float minAbsLength = 0.395 * mm;

std::vector<float> B2_absorption {
-0.01 // 418
-0.01, // 418
-0.06, -0.26, // 405, 412
-0.44, -0.59, // 394, 400
-0.59, -0.64, // 384, 387
Expand Down

0 comments on commit 1aa0de4

Please sign in to comment.