Skip to content

Commit

Permalink
TestOutput: Rename CoordinatesX thorn
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Aug 23, 2023
1 parent 76a5b7a commit 5bb895e
Show file tree
Hide file tree
Showing 96 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions TestOutput/test/output-every0.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
IO::out_every = 0

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"
4 changes: 2 additions & 2 deletions TestOutput/test/output-every1.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
IO::out_every = 1

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"
4 changes: 2 additions & 2 deletions TestOutput/test/output-every3.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
IO::out_every = 3

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"
4 changes: 2 additions & 2 deletions TestOutput/test/output-tsv-every0.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
CarpetX::out_tsv_every = 0

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"
4 changes: 2 additions & 2 deletions TestOutput/test/output-tsv-every1.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
CarpetX::out_tsv_every = 1

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"
4 changes: 2 additions & 2 deletions TestOutput/test/output-tsv-every3.par
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ActiveThorns = "
CarpetX
Coordinates
CoordinatesX
IOUtil
"

Expand All @@ -16,4 +16,4 @@ IO::parfile_write = "no"
CarpetX::out_tsv_every = 3

CarpetX::out_metadata = no
CarpetX::out_tsv_vars = "Coordinates::cell_volume"
CarpetX::out_tsv_vars = "CoordinatesX::cell_volume"

0 comments on commit 5bb895e

Please sign in to comment.