File size: 121 Bytes
2b9ff22 | 1 2 3 4 | # Constants for force and area scaling (used in force map prediction)
SCALE_FACTOR_FORCE = 1e-3
SCALE_FACTOR_AREA = 1e-4
|
2b9ff22 | 1 2 3 4 | # Constants for force and area scaling (used in force map prediction)
SCALE_FACTOR_FORCE = 1e-3
SCALE_FACTOR_AREA = 1e-4
|