Mercurial > hg > octave-lyh
diff src/pt-mat.cc @ 2371:dd29ab8af9e7
[project @ 1996-10-12 00:09:55 by jwe]
author | jwe |
---|---|
date | Sat, 12 Oct 1996 00:09:57 +0000 |
parents | 0158c64f940c |
children | 015cbef2b75f |
line wrap: on
line diff
--- a/src/pt-mat.cc +++ b/src/pt-mat.cc @@ -34,7 +34,6 @@ #include "defun.h" #include "error.h" #include "oct-obj.h" -#include "pt-const.h" #include "pt-exp.h" #include "pt-fvc.h" #include "pt-mat.h" @@ -42,6 +41,8 @@ #include "pt-mvr.h" #include "pt-walk.h" #include "utils.h" +#include "ov.h" +#include "variables.h" // Are empty elements in a matrix list ok? For example, is the empty // matrix in an expression like `[[], 1]' ok? A positive value means