Skip to content

Commit

Permalink
Clarify the ex5
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Sep 23, 2024
1 parent 16c6e9f commit 33373aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercise-notebooks/lecture1_ex5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Report the total time it takes for the last, out of 5, volcanic bombs to hit the
### Question 2
Repeat the exercise 1 but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time.
Repeat the same exercise as in Question 1, but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time.
"""
2 changes: 1 addition & 1 deletion exercise-notebooks/notebooks/lecture1_ex5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"\n",
"### Question 2\n",
"\n",
"Repeat the exercise 1 but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time."
"Repeat the same exercise as in Question 1, but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time."
],
"metadata": {}
}
Expand Down
2 changes: 1 addition & 1 deletion website/_literate/lecture1_ex5_web.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Report the total time it takes for the last, out of 5, volcanic bombs to hit the
### Question 2
Repeat the exercise 1 but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time.
Repeat the same exercise as in Question 1, but vectorise all your code, i.e. make use of broadcasting capabilities in Julia (using `.` operator) to only have a single loop for advancing in time.
"""

Expand Down

0 comments on commit 33373aa

Please sign in to comment.