Skip to content

Commit ced3c60

Browse files
committed
Removed createenv
1 parent 369516f commit ced3c60

File tree

4 files changed

+1
-143
lines changed

4 files changed

+1
-143
lines changed

external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_library(external Actor.cpp Room.cpp MathHelper.cpp DifferentialEq.cpp VectorMaths.cpp CreateEnv.cpp Heatmap.cpp ParseInputFile.cpp)
1+
add_library(external Actor.cpp Room.cpp MathHelper.cpp DifferentialEq.cpp VectorMaths.cpp Heatmap.cpp ParseInputFile.cpp)

external/CreateEnv.cpp

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

external/CreateEnv.hpp

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

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "MathHelper.hpp"
1111
#include "DifferentialEq.hpp"
1212
#include "VectorMaths.hpp"
13-
#include "CreateEnv.hpp"
1413
#include "ParseInputFile.hpp"
1514

1615
int WIDTH; // metres

0 commit comments

Comments
 (0)