Skip to content

Commit

Permalink
Fixed bug in RadianceOfFxAndZAndAngleDetector that specified it could…
Browse files Browse the repository at this point in the history
… only be used for cylindrical systems. It needs only layers but could have an angled source.
  • Loading branch information
hayakawa16 committed Jul 13, 2020
1 parent 1042170 commit 919bc10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public RadianceOfFxAndZAndAngleDetectorInput()

// modify base class TallyDetails to take advantage of built-in validation capabilities (error-checking)
TallyDetails.IsVolumeTally = true;
TallyDetails.IsCylindricalTally = true;
TallyDetails.IsNotImplementedForCAW = true;
}

Expand Down

0 comments on commit 919bc10

Please sign in to comment.