Skip to content

Commit

Permalink
WeylScal4: rename Coordinate to CoordinateX
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 19, 2024
1 parent 1b70a35 commit 5ef06c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WeylScal4/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

implements: WeylScal4

inherits: ADMBaseX Coordinates
inherits: ADMBaseX CoordinatesX

public:
CCTK_REAL Psi0r_group type=GF timelevels=1 tags='tensortypealias="Scalar" tensorweight=0 tensorparity=1 checkpoint="no"'
Expand Down
2 changes: 1 addition & 1 deletion WeylScal4/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ schedule WeylScal4_psi4_calc_4th in WeylScal4_psi4_calc_4th_group
READS: ADMBaseX::gyy(Everywhere)
READS: ADMBaseX::gyz(Everywhere)
READS: ADMBaseX::gzz(Everywhere)
READS: Coordinates::vertex_coords(Everywhere)
READS: CoordinatesX::vertex_coords(Everywhere)
WRITES: WeylScal4::Psi4i(Interior)
WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psi4_calc_4th"
Expand Down

0 comments on commit 5ef06c1

Please sign in to comment.