Mercurial > repos > public > sbplib
view assert_size.m @ 919:e30aaa4a3e09 feature/poroelastic
Bugfix in Elastic2dVariable.get_boundary_ops
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 28 Nov 2018 14:04:31 -0800 |
parents | afd20f023928 |
children |
line wrap: on
line source
% Assert that array A has the size s. function assert_size(A,s) warning('Use assertSize() instead!') assertSize(A,s); end