comparison liboctave/dbleGEPBAL.cc @ 8377:25bc2d31e1bf

improve OCTAVE_LOCAL_BUFFER
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 29 Oct 2008 16:52:10 +0100
parents 39c1026191e9
children eb63fbe60fab
comparison
equal deleted inserted replaced
8376:c43481a19bfe 8377:25bc2d31e1bf
29 #include <vector> 29 #include <vector>
30 30
31 #include "dbleGEPBAL.h" 31 #include "dbleGEPBAL.h"
32 #include "Array-util.h" 32 #include "Array-util.h"
33 #include "f77-fcn.h" 33 #include "f77-fcn.h"
34 #include "oct-locbuf.h"
34 35
35 extern "C" 36 extern "C"
36 { 37 {
37 F77_RET_T 38 F77_RET_T
38 F77_FUNC (dggbal, DGGBAL) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type& N, 39 F77_FUNC (dggbal, DGGBAL) (F77_CONST_CHAR_ARG_DECL, const octave_idx_type& N,