source: MML/trunk/mml/@AccObj/fieldcount.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 199 bytes
Line 
1function numFields = fieldcount(MLObj)
2% Determines the number of fields in an middle layer object
3% Used by child class methods
4%
5%  Written by Greg Portmann
6
7numFields = length(fieldnames(MLObj));
Note: See TracBrowser for help on using the repository browser.