Mercurial > hg > octave-nkf
comparison src/TEMPLATE-INST/SLList-tm.cc @ 2968:e330cb788508
[project @ 1997-05-15 17:40:29 by jwe]
author | jwe |
---|---|
date | Thu, 15 May 1997 17:54:17 +0000 |
parents | 295f037b4b3e |
children | 7690958e7726 |
comparison
equal
deleted
inserted
replaced
2967:467aae13b70a | 2968:e330cb788508 |
---|---|
30 #include "SLList.cc" | 30 #include "SLList.cc" |
31 | 31 |
32 #include "ov.h" | 32 #include "ov.h" |
33 #include "pt-mat.h" | 33 #include "pt-mat.h" |
34 | 34 |
35 template class SLNode<tree_matrix_row *>; | |
36 template class SLList<tree_matrix_row *>; | |
37 | |
38 template class SLNode<tree_matrix *>; | 35 template class SLNode<tree_matrix *>; |
39 template class SLList<tree_matrix *>; | 36 template class SLList<tree_matrix *>; |
40 | 37 |
41 /* | 38 /* |
42 ;;; Local Variables: *** | 39 ;;; Local Variables: *** |