Skip to content

Commit 062eab4

Browse files
committed
Increased distance between black spots
1 parent 558653b commit 062eab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loop-functions/complexity/AggregationTwoSpots5050.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
AggregationTwoSpots5050::AggregationTwoSpots5050() {
1515
m_fRadius = 0.3;
16-
m_cCoordSpot1 = CVector2(0.5,0);
17-
m_cCoordSpot2 = CVector2(-0.5,0);
16+
m_cCoordSpot1 = CVector2(0.65,0);
17+
m_cCoordSpot2 = CVector2(-0.65,0);
1818
m_unScoreSpot1 = 0;
1919
m_unScoreSpot2 = 0;
2020
m_fObjectiveFunction = 0;

0 commit comments

Comments
 (0)