Skip to content

Commit 1403fc3

Browse files
committed
Merge branch 'development' into optimize_transverse
2 parents 5c59c2e + e7fdfa0 commit 1403fc3

File tree

81 files changed

+149
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+149
-123
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Checks: >
1616
-cppcoreguidelines-non-private-member-variables-in-classes,
1717
-cppcoreguidelines-owning-memory,
1818
-cppcoreguidelines-pro-*,
19+
-cppcoreguidelines-use-enum-class,
1920
misc-*,
2021
-misc-const-correctness,
2122
-misc-include-cleaner,

.github/workflows/c-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-run-linter
6161
6262
- name: Archive clang tidy report
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: clang-tidy-report
6666
path: clang-tidy-report.txt

.github/workflows/get_release_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
"""
44
Get the text for the release from CHANGES.md

Docs/rp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
import os
44
import re

Docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
#
33
# Castro documentation build configuration file, created by
44
# sphinx-quickstart on Mon Dec 25 18:42:54 2017.

Exec/gravity_tests/hse_convergence_general/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
import matplotlib
44
matplotlib.use('agg')

Exec/hydro_tests/Sedov/slice_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
import sys
44
import yt

Exec/hydro_tests/Sedov/testsuite_analysis/sedov_2d_cyl_in_cart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
# run as: ./sedov_2d_cyl_in_cart.py castro_dir plotfle
44

Exec/hydro_tests/Sedov/testsuite_analysis/sedov_2d_sph_in_cyl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
# run as: ./sedov_2d_sph_in_cyl.py castro_dir plotfle
44

Exec/hydro_tests/Sedov/testsuite_analysis/sedov_3d_sph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22

33
# run as: ./sedov_2d_sph_in_cyl.py castro_dir plotfle
44

0 commit comments

Comments
 (0)