comparison liboctave/ChangeLog @ 11528:feb90c7cfc16

Build successfully without HAVE_CXSPARSE
author David Grundberg <individ@acc.umu.se>
date Fri, 14 Jan 2011 21:04:02 +0100
parents ab231f944252
children 7e9a111cae20
comparison
equal deleted inserted replaced
11527:a10544c699f2 11528:feb90c7cfc16
1 2011-01-14 David Grundberg <individ@acc.umu.se>
2
3 * SparseQR.cc (SparseQR_rep::SparseQR_rep) [HAVE_CXSPARSE]:
4 Make initialization list depend on macro. Fixes compile error when
5 macro isn't defined.
6 * SparseCmplxQR.cc (SparseComplexQR_rep::SparseComplexQR_rep)
7 [HAVE_CXSPARSE]: Ditto.
8
1 2011-01-14 John W. Eaton <jwe@octave.org> 9 2011-01-14 John W. Eaton <jwe@octave.org>
2 10
3 * lo-mappers.cc (xfloor): Move function body here from 11 * lo-mappers.cc (xfloor): Move function body here from
4 lo-mappers.h to avoid exposing gnulib:: in a header file. 12 lo-mappers.h to avoid exposing gnulib:: in a header file.
5 13