comparison +scheme/+bc/verifyFormat.m @ 878:51cc7b05b4ab bcSetupExperiment

Fix bugs in forcingSetup and verifyFormat
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 02 Nov 2018 11:11:50 +0100
parents f190e35bb57a
children
comparison
equal deleted inserted replaced
877:7ceaea27d944 878:51cc7b05b4ab
23 end 23 end
24 24
25 if nargin(bcs{i}.data) == 1 25 if nargin(bcs{i}.data) == 1
26 % Grid data (only function of time) 26 % Grid data (only function of time)
27 % Assert that the data has the correct dimension 27 % Assert that the data has the correct dimension
28 assertSize(bcs{i}.data(0), 1, size(b)); 28 assertSize(bcs{i}.data(0), 1, size(b,1));
29 end 29 end
30 end 30 end
31 end 31 end