Mercurial > hg > octave-lyh
comparison liboctave/MArray-fC.cc @ 8319:c374691576f6
Fix for MSVC compilation
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Wed, 12 Nov 2008 21:36:39 +0000 |
parents | b11c31849b44 |
children | 095ae5e0a831 |
comparison
equal
deleted
inserted
replaced
8318:cc29ef9a2d84 | 8319:c374691576f6 |
---|---|
29 | 29 |
30 #include "oct-cmplx.h" | 30 #include "oct-cmplx.h" |
31 | 31 |
32 #include "MArray.h" | 32 #include "MArray.h" |
33 #include "MArray.cc" | 33 #include "MArray.cc" |
34 template <> OCTAVE_API float MArray<FloatComplex>::norm (float p) const; | |
34 #include "fCColVector.h" | 35 #include "fCColVector.h" |
35 #include "oct-norm.h" | 36 #include "oct-norm.h" |
36 | 37 |
37 template <> | 38 template <> |
38 OCTAVE_API float | 39 OCTAVE_API float |