comparison liboctave/sparse-util.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
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 // FIXME this overload is here due to API change in SuiteSparse (3.1 -> 3.2) 27 // FIXME this overload is here due to API change in SuiteSparse (3.1 -> 3.2)
28 extern OCTAVE_API void SparseCholError (int status, char *file, 28 extern OCTAVE_API void SparseCholError (int status, char *file,
29 int line, char *message); 29 int line, char *message);
30 extern OCTAVE_API void SparseCholError (int status, const char *file, 30 extern OCTAVE_API void SparseCholError (int status, const char *file,
31 int line, const char *message); 31 int line, const char *message);
32 extern OCTAVE_API int SparseCholPrint (const char *fmt, ...); 32 extern OCTAVE_API int SparseCholPrint (const char *fmt, ...);
33 33
34 extern OCTAVE_API bool 34 extern OCTAVE_API bool
35 sparse_indices_ok (octave_idx_type *r, octave_idx_type *c, 35 sparse_indices_ok (octave_idx_type *r, octave_idx_type *c,