source: MML/trunk/mml/getsubmachinename.m @ 4

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

Initial import--MML version from SOLEIL@2013

File size: 173 bytes
Line 
1function machine = getmachinename
2% GETMACHINENAME - Return name of the machine loaded in MML
3%
4
5%
6%  Written by Laurent S. Nadolski
7
8machine = getfamilydata('SubMachine');
Note: See TracBrowser for help on using the repository browser.