Miscellaneous typos fixed

This commit is contained in:
VictorianHues
2024-09-30 23:14:53 +02:00
parent 024429bceb
commit 82cfa1d44b
8 changed files with 32 additions and 32 deletions

View File

@@ -57,7 +57,7 @@
"function q1_answer(bool)\n",
" bool || return\n",
" msg = \"\"\"\n",
" The we can change the loop order over i and j without changing the result. Rememeber:\n",
" Then we can change the loop order over i and j without changing the result. Remember:\n",
" \n",
" C[i,j] = min(C[i,j],C[i,k]+C[k,j])\n",
" \n",
@@ -788,7 +788,7 @@
" if rank == 0\n",
" N = size(C,1)\n",
" if mod(N,P) !=0\n",
" println(\"N not multplie of P\")\n",
" println(\"N not multiple of P\")\n",
" MPI.Abort(comm,-1)\n",
" end\n",
" Nref = Ref(N)\n",