Pre-test 1
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
float refs[4] = {10.83,10.83,10.83,10.83};
|
||||
|
||||
Constants repelling = {40, 0.01, 7};
|
||||
Constants attracting = {20, 0.01, 20};
|
||||
Constants repelling = {10000, 0, 50000};
|
||||
Constants attracting = {10000, 0, 50000};
|
||||
|
||||
K_MAP consts = {repelling, attracting};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user