BenMAPCE / BenMAP-CE

Code repository for the environmental Benefits Mapping and Analysis Program--Community Edition software program
18 stars 9 forks source link

BENMAP-588. Fixed an issue causing BenMAP rejecting variables with number or math function name (e.g. “cos”) in their names #163

Closed YingziYang closed 10 months ago

YingziYang commented 10 months ago

Updated ConfigurationCommonClass.cs > getSetupVariableNameListFromDatabaseFunction() to accept variables with “cos”, “log” in them.

Updated SetupValuationMethod.cs > btnOK_Click to accept variables with numbers in them.