EgtMachKernel :
- piccola miglioria a simulazione (aumentato limite massimo dello step).
This commit is contained in:
+1
-1
@@ -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. ;
|
||||
|
||||
Reference in New Issue
Block a user