source: MML/trunk/at/atdiag.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: 249 bytes
Line 
1function atdiag
2%ATDIAG - test AT intallation
3try
4    disp('>> spear3;')
5    spear3;
6    disp('>> plotbeta');
7    plotbeta;
8    disp('If you see beta-function plots, AT is installed correctly')
9catch
10    disp('AT was not installed correctly')
11end
12
13
Note: See TracBrowser for help on using the repository browser.