mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Scopes - Allow 0.05 mrad increments (#5840)
* Scopes - Allow 0.05 mrad increments
This commit is contained in:
@ -14,7 +14,9 @@
|
||||
#define MINOR_INCREMENT false
|
||||
#define MAJOR_INCREMENT true
|
||||
|
||||
#define DEFAULT_RAIL_BASE_ANGLE 0.0086
|
||||
#define MIN_INCREMENT 0.05 // mrad
|
||||
|
||||
#define DEFAULT_RAIL_BASE_ANGLE 0.0086 // deg
|
||||
|
||||
// #define DISABLE_DISPERSION
|
||||
|
||||
|
Reference in New Issue
Block a user