Add cookoff setting category (#5903)

Fix #5902
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

View File

@ -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;