diff +multiblock/+domain/Rectangle.m @ 1297:e53b1e25970a feature/boundary_optimized_grids

Change +sbp/+util/ to +sbp/+grid and change function names to camel case
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 07 Jul 2020 16:08:08 +0200
parents 2853b655c172
children ee3d694f2340
line wrap: on
line diff
--- a/+multiblock/+domain/Rectangle.m	Tue Jul 07 16:00:24 2020 +0200
+++ b/+multiblock/+domain/Rectangle.m	Tue Jul 07 16:08:08 2020 +0200
@@ -148,7 +148,7 @@
             elseif strcmp(varargin{1},'boundaryopt')
                 order = varargin{2};
                 stenciloption = varargin{3};
-                gridgenerator = @(m,xlim,ylim)grid.boundaryoptimized(m,xlim,ylim,...
+                gridgenerator = @(m,xlim,ylim)grid.boundaryOptimized(m,xlim,ylim,...
                     order,stenciloption);
             else
                 error('No grid type supplied!');