Skip to content

Commit

Permalink
Baikal*: fixed typo in generating ETK interface.ccl
Browse files Browse the repository at this point in the history
Typo only generated a warning, so it didn't stop compilation
or fail the testsuite.
  • Loading branch information
SamuelCupp committed Sep 30, 2022
1 parent a738f47 commit 71ea8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorial-ETK_thorn-BaikalETK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
" outstr += \"CCTK_REAL aux_variables type = GF Timelevels=3 TAGS=\\'checkpoint=\\\"no\\\"\\'\\n{\\n\"\n",
" outstr += output_list_of_gfs(aux_gfs_list, \"Auxiliary gridfunctions for BSSN diagnostics\")\n",
" # Finally, AUXEVOL type:\n",
" outstr += \"CCTK_REAL auxevol_variables type = GF Timelevels=1 TAGS=\\'InterpNumTimelevels=1 prolongation=\\\"none\\\"\\ checkpoint=\\\"no\\\"'\\n{\\n\"\n",
" outstr += \"CCTK_REAL auxevol_variables type = GF Timelevels=1 TAGS=\\'InterpNumTimelevels=1 prolongation=\\\"none\\\" checkpoint=\\\"no\\\"'\\n{\\n\"\n",
" outstr += output_list_of_gfs(auxevol_gfs_list, \"Auxiliary gridfunctions needed for evaluating the BSSN RHSs\")\n",
"\n",
" with open(os.path.join(ThornName, \"interface.ccl\"), \"w\") as file:\n",
Expand Down

0 comments on commit 71ea8aa

Please sign in to comment.