changeset 12413:0e3e5de39d88 octave-forge

do not assume vector direction
author cdf
date Sun, 30 Mar 2014 16:23:28 +0000
parents d3da1a3fda79
children afa2a6681ec6
files extra/bim/inst/bim3c_pde_gradient.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/bim/inst/bim3c_pde_gradient.m	Sun Mar 30 16:14:44 2014 +0000
+++ b/extra/bim/inst/bim3c_pde_gradient.m	Sun Mar 30 16:23:28 2014 +0000
@@ -35,7 +35,7 @@
   ## Check input  
   if (nargin != 2)
     error("bim3c_pde_gradient: wrong number of input parameters.");
-  elseif (! (isstruct (mesh)     && isfield (mesh,"p")) &&
+  elseif (! (isstruct (mesh) && isfield (mesh,"p")) &&
 	   isfield (mesh, "t") && isfield(mesh, "e"))
     error ("bim3c_pde_gradient: first input is not a valid mesh structure.");
   endif