- 23 Aug, 2016 6 commits
-
-
Brendan Kochunas authored
Description: The RHS argument in the assignment operator does not need to be defined with the ALLOCATABLE attribute. This means the RHS can use subarrays, but will segfault if you have unallocated array on the RHS (before it would not) CASL Ticket # - N/A
-
Brendan Kochunas authored
Description: It wasn't tested, and did not appear to work. Works now and is tested to prove it. CASL Ticket # - #4189
-
Dan Jabaay authored
Description: Added functionality to assign a 1-D array of strings to a 1-D array of strings. Both objects must be allocatable. CASL Ticket # - N/A
-
Brendan Kochunas authored
Description: The format is determined from a real number that would have been read directly into a string/character variable from a file, and one desires to write this variable back out with the same format. CASL Ticket # - #4189
-
Brendan Kochunas authored
Description: When exporting the file and writing doubles or arrays of doubles, the format was questionable. Now if the double values are read in from a file and then written back out again, if the original values did not change, the value in the file does not change. To do still is use significant figures to format the output value when it does change. CASL Ticket # - #4189
-
Brendan Kochunas authored
Description: This allows for better consistency for Parameter list XML files. CASL Ticket # - #4189
-
- 19 Aug, 2016 5 commits
-
-
Brendan Kochunas authored
Description: Changed the underlying interfaces in HDF5 file to write scalar data as scalar data instead of arrays of size(1) data. CASL Ticket # - #4314
-
COLLINSBS email authored
-
COLLINSBS email authored
-
COLLINSBS email authored
-
COLLINSBS email authored
-
- 17 Aug, 2016 1 commit
-
-
COLLINSBS email authored
-
- 12 Aug, 2016 2 commits
-
-
Brendan Kochunas authored
-
Brendan Kochunas authored
Conflicts: MPACT_Drivers/src/Edits.f90 MPACT_libs/Reactor/src/MaterialTypes.f90 MPACT_libs/Utils/src/MatrixTypes.f90
-
- 11 Aug, 2016 4 commits
-
-
COLLINSBS email authored
-
COLLINSBS email authored
-
COLLINSBS email authored
-
COLLINSBS email authored
Description: CASL Ticket # - 3997
-
- 10 Aug, 2016 3 commits
-
-
COLLINSBS email authored
Description: CASL Ticket # - 3997
-
COLLINSBS email authored
-
COLLINSBS email authored
-
- 09 Aug, 2016 1 commit
-
-
COLLINSBS email authored
-
- 08 Aug, 2016 2 commits
-
-
COLLINSBS email authored
Description: CASL Ticket # - 4169
-
COLLINSBS email authored
-
- 07 Aug, 2016 2 commits
-
-
COLLINSBS email authored
-
COLLINSBS email authored
-
- 06 Aug, 2016 2 commits
-
-
COLLINSBS email authored
Description: Cleaned up unit tests and fixed a few bugs that debug exposed. CASL Ticket # - 4169
-
Liu, Yuxuan authored
-
- 05 Aug, 2016 3 commits
-
-
COLLINSBS email authored
-
COLLINSBS email authored
-
COLLINSBS email authored
-
- 03 Aug, 2016 2 commits
-
-
COLLINSBS email authored
-
COLLINSBS email authored
-
- 02 Aug, 2016 4 commits
-
-
Brendan Kochunas authored
Description: Character data was not being written correctly for the DA32 filetype. Seen optimization bugs with this before in earlier versions of GNU, but this was a new one that was different from previous kluges. CASL Ticket # - #4268
-
Brendan Kochunas authored
Description: For GCC 5.3.0 this was code was not being generated correctly... by replacing the overloaded pointtype assignment with explicit assignment the unit test passed. CASL Ticket # - #4268
-
Brendan Kochunas authored
Description: One of the read interfaces on the HDF5 file type takes a pointer dummy argument. The test was passing an unitialized pointer for this argument which caused undeterministic behavior in evaluating a conditional. CASL Ticket # - #4268
-
Brendan Kochunas authored
Description: Test was clearing a dereferenced pointer. Should have nullified it. CASL Ticket # - #4268
-
- 31 Jul, 2016 3 commits
-
-
COLLINSBS email authored
-
COLLINSBS email authored
Description: Anderson Acceleration class was added to wrap the trilinos NOX interface. Unit test was added which tests init and clear. Additional working test is implemented which tests the step interface. CASL Ticket # - 3997
-
Liu, Yuxuan authored
Add unit tests for the read and write routines
-