changeset 2180:b087e5e62bec

[project @ 1996-05-13 17:27:41 by jwe]
author jwe
date Mon, 13 May 1996 17:30:10 +0000
parents 45052dc60643
children 138b3c98dc85
files src/pt-exp-base.cc src/utils.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-exp-base.cc	Mon May 13 17:22:29 1996 +0000
+++ b/src/pt-exp-base.cc	Mon May 13 17:30:10 1996 +0000
@@ -53,7 +53,7 @@
 	  if (t1.rows () == 0 || t1.columns () == 0)
 	    {
 	      t1 = 0.0;
-	      int flag = user_pref.propagate_empty_matrices;
+	      int flag = Vpropagate_empty_matrices;
 	      if (flag < 0)
 		warning ("%s: empty matrix used in conditional expression",
 			 warn_for);
--- a/src/utils.cc	Mon May 13 17:22:29 1996 +0000
+++ b/src/utils.cc	Mon May 13 17:30:10 1996 +0000
@@ -305,7 +305,7 @@
 
   if (nr == 0 || nc == 0)
     {
-      int flag = user_pref.propagate_empty_matrices;
+      int flag = Vpropagate_empty_matrices;
 
       if (flag < 0)
 	{