Skip to content

Commit 33373aa

Browse files
committed
Clarify the ex5
1 parent 16c6e9f commit 33373aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exercise-notebooks/lecture1_ex5.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Report the total time it takes for the last, out of 5, volcanic bombs to hit the
4343
4444
### Question 2
4545
46-
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.
46+
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.
4747
4848
"""

exercise-notebooks/notebooks/lecture1_ex5.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"\n",
6868
"### Question 2\n",
6969
"\n",
70-
"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."
70+
"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."
7171
],
7272
"metadata": {}
7373
}

website/_literate/lecture1_ex5_web.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Report the total time it takes for the last, out of 5, volcanic bombs to hit the
4343
4444
### Question 2
4545
46-
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.
46+
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.
4747
4848
"""
4949

0 commit comments

Comments
 (0)