changeset 534:7a2521d2d3e4

[project @ 1994-07-20 20:02:51 by jwe] ..
author jwe
date Wed, 20 Jul 1994 20:02:51 +0000
parents 883197c5ad75
children 2ce3b5a85b71
files liboctave/CmplxSCHUR.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/CmplxSCHUR.cc	Wed Jul 20 20:02:51 1994 +0000
+++ b/liboctave/CmplxSCHUR.cc	Wed Jul 20 20:02:51 1994 +0000
@@ -87,7 +87,7 @@
 
 // bwork is not referenced for non-ordered Schur.
 
-  int *bwork = (int *) NULL;
+  int *bwork = 0;
   if (*ord == 'A' || *ord == 'D' || *ord == 'a' || *ord == 'd')
     bwork = new int [n];