This commit is contained in:
Axel Kohlmeyer
2023-08-22 11:46:57 -04:00
parent 331adc09c0
commit aad232ffc6

View File

@ -1997,7 +1997,7 @@ double Variable::evaluate(char *str, Tree **tree, int ivar)
// scalar from internal-style variable
// access value directly
if (style[ivar] = INTERNAL) {
if (style[ivar] == INTERNAL) {
value1 = dvalue[ivar];
if (tree) {