Skip to content

Commit

Permalink
AsterSeeds: fix schedule bug. TabEOS test now runs until 1st C2P
Browse files Browse the repository at this point in the history
  • Loading branch information
acwen11 committed Oct 28, 2024
1 parent bb9e993 commit 781cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsterSeeds/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (CCTK_Equals(test_type, "3DTest")) {

#Initial conditions for TabEOS tests

if (CCTK_Equals(test_type, "TabEOS")) {
if (CCTK_Equals(test_type, "TabEOSTest")) {

SCHEDULE TabEOSTests_Initialize IN HydroBaseX_InitialData AFTER HydroBaseX_initial_data {
LANG: C
Expand Down

0 comments on commit 781cce1

Please sign in to comment.