comparison liboctave/sparse-util.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 4c0cdbe0acca
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10311:a217e1d74353 10312:cbc402e64d83
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,
36 octave_idx_type nrows, octave_idx_type ncols, 36 octave_idx_type nrows, octave_idx_type ncols,
37 octave_idx_type nnz); 37 octave_idx_type nnz);
38 38
39 #endif 39 #endif