Skip to content

Commit

Permalink
BaikalETK: fixed rdwr declaration for auxevol
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelCupp committed Oct 6, 2022
1 parent 71ea8aa commit 4e6ae27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tutorial-ETK_thorn-BaikalETK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,8 @@
" schedule rhs_eval_BaikalETK_order_\"\"\"+str(order)+\"\"\" in MoL_CalcRHS as BaikalETK_RHS after BaikalETK_Ricci\n",
" {\n",
" LANG: C\n",
" READS: evol_variables(everywhere), auxevol_variables\n",
" READS: evol_variables(everywhere)\n",
" READS: auxevol_variables(interior)\n",
" WRITES: evol_variables_rhs(interior)\n",
" } \"MoL: Evaluate BSSN RHSs, at finite-differencing order: \"\"\"+str(order)+\"\"\"\"\n",
"}\"\"\"\n",
Expand Down

0 comments on commit 4e6ae27

Please sign in to comment.