1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Add cookoff setting category ()

Fix 
This commit is contained in:
PabstMirror 2017-12-13 16:04:05 -06:00 committed by GitHub
parent d83ce62ee8
commit 0a87bd134b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ class ACE_Settings {
typeName = "SCALAR";
};
class GVAR(probabilityCoef) {
category = CSTRING(displayName);
displayName = CSTRING(probabilityCoef_name);
description = CSTRING(probabilityCoef_tooltip);
value = 1;