Skip to content

Commit

Permalink
Increased distance between black spots
Browse files Browse the repository at this point in the history
  • Loading branch information
aligot committed Sep 26, 2018
1 parent 558653b commit 062eab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loop-functions/complexity/AggregationTwoSpots5050.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

AggregationTwoSpots5050::AggregationTwoSpots5050() {
m_fRadius = 0.3;
m_cCoordSpot1 = CVector2(0.5,0);
m_cCoordSpot2 = CVector2(-0.5,0);
m_cCoordSpot1 = CVector2(0.65,0);
m_cCoordSpot2 = CVector2(-0.65,0);
m_unScoreSpot1 = 0;
m_unScoreSpot2 = 0;
m_fObjectiveFunction = 0;
Expand Down

0 comments on commit 062eab4

Please sign in to comment.