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

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

[Octave-bug-tracker] [bug #50001] OF-tisean error: call of overloaded 'i


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50001] OF-tisean error: call of overloaded 'idx_vector(F77_INT)' is ambiguous
Date: Sat, 7 Jan 2017 17:46:44 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #50001 (project octave):

The problem is that there is a prototype for idx_vector (octave_idx_type), but
not one for F77_INT in the case when they are different.  I'll fix that in the
idx_vector class, but until then, the quick fix for this problem is to write


  ouptut.assign (idx_vector (static_cast<octave_idx_type> (m-mindim)), tmp);


in __c1__.cc in the tisean package.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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