comparison liboctave/Array-ch.cc @ 1993:1b57120c997b

[project @ 1996-03-03 01:16:15 by jwe]
author jwe
date Sun, 03 Mar 1996 01:16:15 +0000
parents a4b0826e240c
children 95e952f72d66
comparison
equal deleted inserted replaced
1992:5668c00f9c7a 1993:1b57120c997b
1 // Array-ch.cc -*- C++ -*-
2 /* 1 /*
3 2
4 Copyright (C) 1996 John W. Eaton 3 Copyright (C) 1996 John W. Eaton
5 4
6 This file is part of Octave. 5 This file is part of Octave.
43 template class DiagArray2<char>; 42 template class DiagArray2<char>;
44 43
45 /* 44 /*
46 ;;; Local Variables: *** 45 ;;; Local Variables: ***
47 ;;; mode: C++ *** 46 ;;; mode: C++ ***
48 ;;; page-delimiter: "^/\\*" ***
49 ;;; End: *** 47 ;;; End: ***
50 */ 48 */