Mercurial > repos > public > sbplib
view assert_size.m @ 883:76efb6a7b466 feature/poroelastic
Add Jonatans bugfix to bcSetup.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 02 Nov 2018 10:44:59 -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