From 0b4042f426a6ad85bd5679c3fba431c17e1ba8f9 Mon Sep 17 00:00:00 2001 From: Antoine Bergerault <antoine.bergerault@epfl.ch> Date: Wed, 23 Feb 2022 03:28:44 +0000 Subject: [PATCH 1/2] Update README.md --- labs/lab1-parallel-box-blur-filter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md index 881598f..48da29b 100755 --- a/labs/lab1-parallel-box-blur-filter/README.md +++ b/labs/lab1-parallel-box-blur-filter/README.md @@ -11,7 +11,7 @@ code --force --install-extension scalameta.metals Use the following commands to make a fresh clone of your repository: ``` -git clone -b scalashop git@gitlab.epfl.ch:lamp/student-repositories-s21/cs206-GASPAR.git cs206-scalashop +git clone -b scalashop git@gitlab.epfl.ch:lamp/student-repositories-s22/cs206-GASPAR.git cs206-scalashop ``` ## Useful links -- GitLab From 2e02525e5d00863134654ab65596fbc464b24e8e Mon Sep 17 00:00:00 2001 From: Antoine Bergerault <antoine.bergerault@epfl.ch> Date: Wed, 23 Feb 2022 04:37:55 +0000 Subject: [PATCH 2/2] Update README.md --- labs/lab1-parallel-box-blur-filter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md index 48da29b..1837af9 100755 --- a/labs/lab1-parallel-box-blur-filter/README.md +++ b/labs/lab1-parallel-box-blur-filter/README.md @@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will: ## Preliminaries Before we begin, we need to cover some basic data types and helper methods. -These utilities have already been implemented in the package object (in the file `package.scala`) for this +These utilities have already been implemented in the package object (in the file `common.scala`) for this exercise. First, we will use the `RGBA` type to refer to the value of an image pixel. We will limit ourselves to 32-bit pixel depth images, so we define `RGBA` to -- GitLab