build based on 20c92dc

This commit is contained in:
Documenter.jl
2024-10-01 05:36:40 +00:00
parent 1f3b2a4d2e
commit 208fed1dac
38 changed files with 86 additions and 86 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",