- 04 Mar, 2022 2 commits
-
-
Graham, Aaron authored
Reworks ElementsIsotopes Module See merge request futility/Futility!364
-
Graham, Aaron authored
Eliminates the class in favor of standalone procedures and fixes issues with upper/lower case This supports VERA Issue https://code.ornl.gov/vera/vera-dev/-/issues/5018
-
- 08 Feb, 2022 2 commits
-
-
Graham, Aaron authored
Try to prevent Timer error once and for all See merge request futility/Futility!362
-
Graham, Aaron authored
modifies timer routines to return StringType instead of fixed-length characters
-
- 04 Feb, 2022 2 commits
-
-
Graham, Aaron authored
Add FunctionTableGenerator See merge request futility/Futility!361
-
Graham, Aaron authored
-
- 10 Jan, 2022 1 commit
-
-
Collins, Benjamin authored
Relax a REQUIRE statement for gather routines See merge request futility/Futility!360
-
- 08 Jan, 2022 1 commit
-
-
Graham, Aaron authored
-
- 07 Jan, 2022 4 commits
-
-
Graham, Aaron authored
Remove stupid test See merge request futility/Futility!359
-
Graham, Aaron authored
-
Graham, Aaron authored
Hotfix times and gather See merge request futility/Futility!356
-
Graham, Aaron authored
1. Fixes a bug in Times that could print 60 seconds instead of incrementing to 1 minute 2. Adds gather interfaces for rank-0 and rank-1 single and double precision reals
-
- 05 Jan, 2022 2 commits
-
-
Collins, Benjamin authored
Hotfix unused variables See merge request futility/Futility!358
-
-
- 04 Jan, 2022 2 commits
-
-
Graham, Aaron authored
Insert entry integers See merge request futility/Futility!357
-
Graham, Aaron authored
-
- 05 Nov, 2021 2 commits
-
-
Graham, Aaron authored
Changes the way an empty string is checked See merge request futility/Futility!355
-
Fortran matched the space with the empty string and failed to accurate partition the string
-
- 22 Oct, 2021 2 commits
-
-
Graham, Aaron authored
Add fix for Intel compiler See merge request futility/Futility!354
-
The Intel compiler cannot currently handle the use of variables in a STOP statement so an alternative approach was implemented specifically for that compiler. CASL Ticket # - 4357
-
- 21 Oct, 2021 2 commits
-
-
Graham, Aaron authored
Timer updates See merge request futility/Futility!352
-
Graham, Aaron authored
This is useful for allowing the concept of hierarchy in runtime tracking Supports VERA Ticket vera/vera-dev#4357
-
- 04 Oct, 2021 2 commits
-
-
Graham, Aaron authored
String fixes See merge request futility/Futility!351
-
Graham, Aaron authored
-
- 14 Sep, 2021 2 commits
-
-
Graham, Aaron authored
HDF5FileType has_attribute function See merge request futility/Futility!350
-
Graham, Aaron authored
Also cleans up some documentation and improves some error messages
-
- 03 Sep, 2021 2 commits
-
-
Graham, Aaron authored
Fix 0-size string warning in HDF5 (#4703) See merge request futility/Futility!349
-
Graham, Aaron authored
-
- 02 Sep, 2021 4 commits
-
-
Graham, Aaron authored
Hdf5 bool attribute See merge request futility/Futility!348
-
Graham, Aaron authored
vera/vera-dev#3638
-
Graham, Aaron authored
Hotfix hdf5 pl strings See merge request futility/Futility!347
-
Graham, Aaron authored
-
- 26 Aug, 2021 1 commit
-
-
Graham, Aaron authored
HOTFIX_ArrayUtils: Fixing the fuzziness associated with some corner cases in findIndex. See merge request futility/Futility!346
-
- 25 Aug, 2021 1 commit
-
-
Dan Jabaay authored
Description: The conditions of when the code detects a position below the bottom or above the top of an array needed to be modified to account for floating point fuzziness. They previously were not, and a case has surfaced where that is an issue. VERA-dev Issue # - 4351
-
- 17 Aug, 2021 2 commits
-
-
Graham, Aaron authored
String expansion See merge request futility/Futility!345
-
Graham, Aaron authored
Concatenate combines an array of strings into a single string. ExpandRepeatedSymbol is intended for input handling here things like "4\*8" should be treated as "8 8 8 8". It was written generally so that other delimiters could be used as well.
-
- 16 Aug, 2021 2 commits
-
-
Graham, Aaron authored
Pl 3 d strings See merge request futility/Futility!344
-
Graham, Aaron authored
Adds full support and testing. Also adds support in HDF5 where PLs are read and written.
-
- 13 Aug, 2021 2 commits
-
-
Graham, Aaron authored
DBC filetype_fortran/simplify filetype_input See merge request futility/Futility!343
-
Henderson, Shane authored
-