comparison liboctave/Array-d.cc @ 9237:3c1762c7e787

Add missing xxx_API decoration and remove misplaced ones
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 May 2009 21:28:47 +0100
parents 0631d397fbe0
children a407e894ec74
comparison
equal deleted inserted replaced
9236:c02224afead6 9237:3c1762c7e787
100 template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<double>&); 100 template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<double>&);
101 101
102 #include "DiagArray2.h" 102 #include "DiagArray2.h"
103 #include "DiagArray2.cc" 103 #include "DiagArray2.cc"
104 104
105 template class OCTAVE_API DiagArray2<double>::Proxy;
105 template class OCTAVE_API DiagArray2<double>; 106 template class OCTAVE_API DiagArray2<double>;
106 107
107 /* 108 /*
108 ;;; Local Variables: *** 109 ;;; Local Variables: ***
109 ;;; mode: C++ *** 110 ;;; mode: C++ ***