comparison liboctave/numeric/CmplxLU.cc @ 15374:b5f28cc401b9

Use double quotes, not angle brackets, for '#include "base-lu.cc"'. * CmplxLU.cc, dbleLU.cc, fCmplxLU.cc, floatLU.cc: Use double quotes, not angle brackets, for '#include "base-lu.cc"'.
author Rik <rik@octave.org>
date Thu, 13 Sep 2012 09:14:07 -0700
parents 648dabbb4c6b
children
comparison
equal deleted inserted replaced
15373:b5d0a47c171c 15374:b5f28cc401b9
31 #include "oct-locbuf.h" 31 #include "oct-locbuf.h"
32 #include "CColVector.h" 32 #include "CColVector.h"
33 33
34 // Instantiate the base LU class for the types we need. 34 // Instantiate the base LU class for the types we need.
35 35
36 #include <base-lu.h> 36 #include "base-lu.h"
37 #include <base-lu.cc> 37 #include "base-lu.cc"
38 38
39 template class base_lu <ComplexMatrix>; 39 template class base_lu <ComplexMatrix>;
40 40
41 // Define the constructor for this particular derivation. 41 // Define the constructor for this particular derivation.
42 42