source: MML/trunk/mml/checkforao.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: 154 bytes
Line 
1function checkforao
2%CHECKFORAO - Checks if Accelerator Object exists
3%
4
5%
6% Written by Gregory J. Portmann
7
8AO = getao;
9if isempty(AO)
10    aoinit;
11end
12
13
Note: See TracBrowser for help on using the repository browser.