That fixed the problem for me.
On Sun, May 25, 2014 at 5:01 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi, > > Oops - this is created by an optimization that fired back: > > ]log 38 > Log facility 'optimization messages ' is now ON > ⍴⍬ > 0 > 0 42 42⍴⍬ > optimizing A⍴B > ⍴⍬ > 0 42 42 > > I will look into this. In the meantime you could change line 144 in > PrimitiveFunction.cc from > > * if (len_Z <= len_B && B->is_temp())* > > to: > * if (0)* > > /// Jürgen > > > >