octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43646] Build failure with Array.h after commi


From: Philipp Kutin
Subject: [Octave-bug-tracker] [bug #43646] Build failure with Array.h after commit 19326:5b263e517c95
Date: Sat, 22 Nov 2014 13:28:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

Follow-up Comment #7, bug #43646 (project octave):

Rik, I saw you transposing the 'dim_vector's. This either 1) doesn't change
the meaning or 2) makes it correct (as jwe said, the old constructor did a
column "dimensions" vector), but note that I merely followed the example of
cset 1f4455ff2329 -- in other words, my fix was "by analogy". Right now,
kron.cc still has


  Array<octave_idx_type> res_perm (dim_vector (1, na * nb));


so you might want to change that, too.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43646>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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