mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
At least set GVAR(extensionAvailable) to true
This commit is contained in:
parent
f897f204a4
commit
f645672281
@ -33,6 +33,7 @@ GVAR(AtmosphericDensitySimulationEnabled) = true;
|
||||
GVAR(currentGrid) = 0;
|
||||
GVAR(INIT_MESSAGE_ENABLED) = false;
|
||||
|
||||
GVAR(extensionAvailable) = true;
|
||||
/* @TODO: Remove this until verisoning is in sync with cmake/build versioning
|
||||
GVAR(extensionVersion) = ("ace_advanced_ballistics" callExtension "version");
|
||||
GVAR(extensionAvailable) = (GVAR(extensionVersion) == EXTENSION_REQUIRED_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user