diff liboctave/idx-vector.h @ 434:ec2a6ad30162

[project @ 1994-05-25 21:00:20 by jwe]
author jwe
date Wed, 25 May 1994 21:02:14 +0000
parents 6f08c8b8f62f
children 393e95f46b51
line wrap: on
line diff
--- a/liboctave/idx-vector.h
+++ b/liboctave/idx-vector.h
@@ -64,6 +64,8 @@
   void sort (void);
   void sort_uniq (void);
 
+  void shorten (int n); // Unsafe.  Avoid at all cost.
+
 // i/o
 
   friend ostream& operator << (ostream& os, const idx_vector& a);