Skip to content

Commit 4700460

Browse files
authored
Merge pull request #34 from UCL-ARC/31-refactor-fortran-with-correct-commits
2 parents 2d74bc1 + 03d1c64 commit 4700460

File tree

19 files changed

+421
-503
lines changed

19 files changed

+421
-503
lines changed

docker/Dockerfile.ep-2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM ghcr.io/ucl-arc/fortran-unit-testing-exercises:main
22

3-
COPY --chown=vscode episodes/2-intro-to-fortran-unit-tests /home/vscode/2-intro-to-fortran-unit-tests
3+
COPY --chown=vscode episodes/2-refactoring-fortran /home/vscode/2-refactoring-fortran
44

55
# Build challenge with cmake
6-
WORKDIR /home/vscode/2-intro-to-fortran-unit-tests/challenge
6+
WORKDIR /home/vscode/2-refactoring-fortran/challenge
77
RUN cmake -B build && \
88
cmake --build build
99

1010
# Build solution with cmake
11-
WORKDIR /home/vscode/2-intro-to-fortran-unit-tests/solution
11+
WORKDIR /home/vscode/2-refactoring-fortran/solution
1212
RUN cmake -B build && \
1313
cmake --build build

episodes/2-intro-to-fortran-unit-tests/challenge/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

episodes/2-intro-to-fortran-unit-tests/models/model-2.dat

Lines changed: 0 additions & 34 deletions
This file was deleted.

episodes/2-intro-to-fortran-unit-tests/models/model-3.dat

Lines changed: 0 additions & 34 deletions
This file was deleted.

episodes/2-intro-to-fortran-unit-tests/models/model-4.dat

Lines changed: 0 additions & 34 deletions
This file was deleted.

episodes/2-intro-to-fortran-unit-tests/solution/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

episodes/2-intro-to-fortran-unit-tests/solution/src/game_of_life.f90

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)