Mercurial > hg > octave-lyh
comparison liboctave/Array-d.cc @ 2006:95e952f72d66
[project @ 1996-03-04 00:33:32 by jwe]
author | jwe |
---|---|
date | Mon, 04 Mar 1996 00:40:14 +0000 |
parents | 1b57120c997b |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2005:c1ffef39e94a | 2006:95e952f72d66 |
---|---|
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
18 along with Octave; see the file COPYING. If not, write to the Free | 18 along with Octave; see the file COPYING. If not, write to the Free |
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 |
21 */ | 21 */ |
22 | |
23 #ifdef HAVE_CONFIG_H | |
24 #include <config.h> | |
25 #endif | |
22 | 26 |
23 // Instantiate Arrays of double values. | 27 // Instantiate Arrays of double values. |
24 | 28 |
25 #include "Array.h" | 29 #include "Array.h" |
26 #include "Array.cc" | 30 #include "Array.cc" |