diff src/pt-mat.cc @ 6039:2c9b89b6b919

[project @ 2006-10-09 14:49:20 by jwe]
author jwe
date Mon, 09 Oct 2006 14:49:20 +0000
parents 2a6cb4ed8f1e
children 1ec9de3cd12c
line wrap: on
line diff
--- a/src/pt-mat.cc
+++ b/src/pt-mat.cc
@@ -942,7 +942,7 @@
     {
       tree_argument_list *elt = *p;
 
-      append (elt ? elt->dup (sym_tab) : 0);
+      new_matrix->append (elt ? elt->dup (sym_tab) : 0);
     }
 
   new_matrix->copy_base (*this);