native_space method - returns native space of object $Id$
0001 function sp = native_space(obj) 0002 % native_space method - returns native space of object 0003 % 0004 % $Id$ 0005 0006 sp = mars_space(size(obj.voxblock.dat), obj.voxblock.mat);