-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule parthenon
updated
14 files
+4 −0 | CHANGELOG.md | |
+12 −2 | doc/sphinx/src/outputs.rst | |
+1 −1 | external/Kokkos | |
+0 −1 | src/CMakeLists.txt | |
+8 −2 | src/outputs/ascent.cpp | |
+8 −2 | src/outputs/histogram.cpp | |
+8 −2 | src/outputs/history.cpp | |
+2 −1 | src/outputs/output_parameters.hpp | |
+28 −8 | src/outputs/outputs.cpp | |
+0 −12 | src/outputs/outputs.hpp | |
+8 −2 | src/outputs/parthenon_hdf5.cpp | |
+0 −240 | src/outputs/vtk.cpp | |
+5 −1 | src/parameter_input.cpp | |
+2 −2 | src/tasks/tasks.cpp |