- 29 Jul, 2019 4 commits
-
-
Dan Jabaay authored
Description: CASL Ticket # - N/A
-
Dan Jabaay authored
Description: CASL Ticket # - N/A
-
Dan Jabaay authored
Description: Adding an enumeration of the type of validation the validateReq will be doing, since it is used for validating and verifying. Changing the behavior of verify to be correct. Before if the parameter was not on both lists, it would not be verified and the call would still pass. Now, if the parameter exists on the required PL and isn't found on the PL being verified, the match will return as a failure. This wasn't the case before and testXMLProc and testInputProc needed to be updated accordingly. CASL Ticket # - N/A
-
Dan Jabaay authored
Description: The previous match routine, renamed to matchTest, was only allowed for use in unit tests. This routine can be used for regular development, replacing ASSERTS with exception errors. CASL Ticket # - N/A
-
- 11 Jul, 2019 2 commits
-
-
Stimpson, Shane G authored
Add getZZZAAAI method to ElementsIsotopes
-
Graham, Aaron authored
-
- 25 Jun, 2019 1 commit
-
-
Stimpson, Shane G authored
Added %isSector, %getInnerRadius, and %getOuterRadius to PolygonType.
-
- 20 Jun, 2019 1 commit
-
-
Stimpson, Shane G authored
Add handling of isotope decay type detection
-
- 19 Jun, 2019 2 commits
-
-
Graham, Aaron authored
-
Graham, Aaron authored
-
- 28 May, 2019 1 commit
-
-
Zackary Dodson authored
-
- 27 May, 2019 1 commit
-
-
Zackary Dodson authored
-
- 23 May, 2019 1 commit
-
-
Zackary Dodson authored
-
- 22 May, 2019 1 commit
-
-
Zackary Dodson authored
-
- 13 May, 2019 3 commits
-
-
Stimpson, Shane G authored
Adds isValidElemName to ElementsIsotopes
-
Graham, Aaron authored
CASL Ticket # - 5907
-
Graham, Aaron authored
Also adds a new assignment interface for stringTypes to assign a 1D array of length-1 characters to a single stringType to make a few things simpler. CASL Ticket # - 5907
-
- 10 May, 2019 2 commits
-
-
Stimpson, Shane G authored
Wrap unused variable in preproc symbols
-
Graham, Aaron authored
-
- 09 May, 2019 1 commit
-
-
Zackary Dodson authored
-
- 11 Apr, 2019 2 commits
-
-
Stimpson, Shane G authored
Fix potential deadlocks in UnitTest.f90
-
Graham, Aaron authored
For parallel tests, if some procs had 0 asserts and some had more than 0, a deadlock would occur. Fixed by removing the IF statements and allowing all procs to communicate their passes and failures even if 0 asserts were hit. No harm in printing an empty subtest. Also fixed a typo.
-
- 03 Apr, 2019 1 commit
-
-
Salko Jr, Robert authored
Req generator
-
- 02 Apr, 2019 1 commit
-
-
Salko Jr, Robert authored
These changes help to better location the error in a poorly formatted requirement.
-
- 18 Mar, 2019 3 commits
-
-
Brendan Kochunas authored
-
qicangsh authored
Modify the testCeom_CircCyl case to check the case where the line is disjoint to circle while its extension is tangent to the circle
-
Brendan Kochunas authored
Description: This fixes a bug in setting up combinatorial pin mesh in MPACT. The root cause was a bug in the circle-line intersection that still registered an intersection for a segment that would create a tangent if allowed to continue forever. CASL Ticket # - #5083
-
- 12 Mar, 2019 1 commit
-
-
Stimpson, Shane G authored
Non lin solver
-
- 11 Mar, 2019 3 commits
-
-
Graham, Aaron authored
-
Graham, Aaron authored
-
Stimpson, Shane G authored
Fix potential infinite memory allocation in str(...) interface
-
- 08 Mar, 2019 1 commit
-
-
Brendan Kochunas authored
Description: * Applied PEP8 Styling with autopep8 * Added some more organization to code/routines * Added some more docstring comments * Fixed an issue with matching ticket #'s * Updated header names in table * Allowed "Additional Information" column to contain non-hyperlinked entries.
-
- 07 Mar, 2019 1 commit
-
-
Graham, Aaron authored
When calling str(0), there was a LOG10(0) call to calculate the length, which caused the runtime error.
-
- 05 Mar, 2019 7 commits
-
-
Stimpson, Shane G authored
Revert "Implement float utility for counting digits left of decimal"
-
Stimpson, Shane G authored
-
Stimpson, Shane G authored
Implement float utility for counting digits left of decimal
-
Henderson, Shane authored
-
Henderson, Shane authored
-
Henderson, Shane authored
-
COLLINSBS email authored
* Adding character string array as attribute * Adding read attribute for character and updates unit test
-