Merge branch 'fixf'
[wrf-fire-matlab.git] / quicwind / mlap3z_test.m
blob0b35c08c2a5905b6cf394a5ba3d5b7fcb5ed2d22
1 function err=mlap3z_test
2 disp('mlap3z_test')
3 disp('testing mlap3z = div3 grad3z')
4 n=[5,4,10];
5 f=randn(n);
6 h=rand(1,3);
7 err=big(mlap3z(f,h)+div3(grad3z(f,h),h))