mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-24 09:24:32 +01:00
Miscellaneous typos fixed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user