bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Major dimension problem


From: Blake McBride
Subject: Re: [Bug-apl] Major dimension problem
Date: Sun, 25 May 2014 09:49:30 -0500

That fixed the problem for me.


On Sun, May 25, 2014 at 5:01 AM, Juergen Sauermann <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]