Mercurial > repos > public > sbplib
view assert_size.m @ 1265:6696b216b982 feature/poroelastic
Start working on displacement bc, clean up traction.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 30 Apr 2020 11:30:55 -0700 |
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