File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ link_directories(
8
8
add_subdirectory (chocolate )
9
9
#add_subdirectory(example)
10
10
#add_subdirectory(gianduja)
11
- add_subdirectory (complexity )
11
+ # add_subdirectory(complexity)
12
12
add_subdirectory (vanilla )
13
13
#add_subdirectory(extra)
14
14
#add_subdirectory(NEATvsEvo)
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ class GuidedShelterLoopFunc: public CoreLoopFunctions {
53
53
Real m_fWidth;
54
54
Real m_fOffset;
55
55
CVector2 m_cLightPosition;
56
- static const Real ARENA_DEPTH = 1.231 ;
56
+ // I forgot why I put the following line but it broke on my system. Maybe it was used on the cluster?
57
+ // static const Real ARENA_DEPTH = 1.231;
58
+ // The current version is only const. Seems to work on my computer
59
+ const Real ARENA_DEPTH = 1.231 ;
57
60
58
61
Real m_fRadius;
59
62
CVector2 m_cCoordBlackSpot;
You can’t perform that action at this time.
0 commit comments