X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/92d4e32147b82130582be1f20c5e97fcc48805ec..74bdd262742db2f0b2b97375ece36f2962bfeb52:/vec.c diff --git a/vec.c b/vec.c index c2aef2e..d091b2c 100644 --- a/vec.c +++ b/vec.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: vec.c,v 1.1 2003/03/07 00:45:35 mdw Exp $ + * $Id$ * * Vectors and arrays in Tcl * @@ -24,14 +24,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: vec.c,v $ - * Revision 1.1 2003/03/07 00:45:35 mdw - * A multidimensional vector/matrix type which is updateable in place. - * - */ - /*----- Header files ------------------------------------------------------*/ #include