comparison liboctave/array/MSparse-d.cc @ 20506:2aa4fb60ae77

MSparse code simplification by macro removal without reduction of functionality. * boolSparse.h: Replace header inclusion. * CSparse.h: Remove merged header inclusion. * dSparse.h: Remove merged header inclusion. * module.mk: Remove merged header from build system. * MSparse-C.cc: Remove unnecessary header inclusion. * MSparse-d.cc: Remove unnecessary header inclusion. * MSparse.cc: Moved header inclusions to MSparse.h. * MSparse.h: New header files and macros from MSparse-defs.h. * MSparse-defs.h: Merged macro expanded code to MSparse.h.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 22 Sep 2015 21:45:24 +0200
parents 4197fc428c7d
children f7121e111991
comparison
equal deleted inserted replaced
20505:dd327c0909b0 20506:2aa4fb60ae77
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include "MSparse.h" 28 #include "MSparse.h"
29 #include "MSparse.cc"
30 29
31 template class OCTAVE_API MSparse<double>; 30 template class OCTAVE_API MSparse<double>;
32 31
33 INSTANTIATE_SPARSE_FRIENDS (double, OCTAVE_API); 32 INSTANTIATE_SPARSE_FRIENDS (double, OCTAVE_API);