changeset 84:9d514669d372

Removed duplicate function.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 27 Nov 2015 10:06:10 +0100
parents 08fbc284718f
children 643bc513b8b8
files +multiblock/equal_step_size.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/+multiblock/equal_step_size.m	Thu Nov 26 17:09:57 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-% Choose the number of points on m, M, so that the step size is equal to that for N points on n.
-function [M] = equal_step_size(n,N,m)
-    M = round((m*(N-1)+n)/n);
-end
\ No newline at end of file