comparison liboctave/util/sparse-util.h @ 21066:258c787cd9ce

maint: Use "FIXME:" consistently in code base. * file-editor-tab.h, mxarray.in.h, pr-output.cc, symtab.h, ov-bool-sparse.h, ov-bool.h, ov-float.h, ov-scalar.h, ov-str-mat.cc, oct-parse.in.yy, f77-fcn.h, lo-specfun.cc, randmtzig.c, randpoisson.c, lo-ieee.h, oct-rl-edit.c, sparse-util.h: Use "FIXME:" consistently in code base.
author Rik <rik@octave.org>
date Thu, 14 Jan 2016 07:02:41 -0800
parents f7084eae3318
children 1473547f50f5
comparison
equal deleted inserted replaced
21065:e1ee2203efe0 21066:258c787cd9ce
22 */ 22 */
23 23
24 #if ! defined (octave_sparse_util_h) 24 #if ! defined (octave_sparse_util_h)
25 #define octave_sparse_util_h 1 25 #define octave_sparse_util_h 1
26 26
27 // The next two functions don't do anything unless CHOLMOD is 27 // The next two functions don't do anything unless CHOLMOD is available
28 // available
29 28
30 // FIXME this overload is here due to API change in SuiteSparse (3.1 -> 3.2) 29 // FIXME: This overload is here due to API change in SuiteSparse (3.1 -> 3.2)
31 extern OCTAVE_API void 30 extern OCTAVE_API void
32 SparseCholError (int status, char *file, int line, char *message); 31 SparseCholError (int status, char *file, int line, char *message);
33 32
34 extern OCTAVE_API void 33 extern OCTAVE_API void
35 SparseCholError (int status, const char *file, int line, const char *message); 34 SparseCholError (int status, const char *file, int line, const char *message);