You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After commit 59aca15, the optimization fails with very trivial expressions like:
Local expr=1;
.sort
Format O2;
#Optimize expr;
.end
Error message:
test.frm Line 5 ==> Illegal empty value for preprocessor variable optimscheme_
The current git master and the "4.1" FORM binaries (build date Jan 13 2014) supplied on the FORM website are affected, but not the 4.1 release on github.
As we are using FORM in an automated environment, it would make additional effort to catch trivial expressions.
The text was updated successfully, but these errors were encountered:
After commit 59aca15, the optimization fails with very trivial expressions like:
Error message:
The current git master and the "4.1" FORM binaries (build date Jan 13 2014) supplied on the FORM website are affected, but not the 4.1 release on github.
As we are using FORM in an automated environment, it would make additional effort to catch trivial expressions.
The text was updated successfully, but these errors were encountered: