source: MML/trunk/mml/getad.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: 203 bytes
Line 
1function  AD = getad
2%GETAD - returns the Accelerator Data (AD) structure
3% AD = getad
4
5
6AD = getappdata(0, 'AcceleratorData');
7
8% if isempty(AD)
9%     warning('AcceleratorData not initialized');
10% end
11
Note: See TracBrowser for help on using the repository browser.