EgtMachKernel :

- piccola miglioria a simulazione (aumentato limite massimo dello step).
This commit is contained in:
Dario Sassi
2024-04-29 12:47:06 +02:00
parent c191d6d831
commit 888cc604b5
+1 -1
View File
@@ -44,7 +44,7 @@ using namespace std ;
//----------------------------------------------------------------------------
static const double MIN_STEP = 1.0 ;
static const double MAX_STEP = 100.0 ;
static const double MAX_STEP = 500.0 ;
static const double MID_STEP = 50.0 ;
static const double COLL_STEP = 10. ;
static const double SQ_COEFF_ROT_MOVE = 100. ;