source: MML/trunk/machine/SOLEIL/LT1/emittance/fonction_error.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: 150 bytes
Line 
1function fonction_error
2
3if (tango_error == -1)
4      %- print error stack
5      tango_print_error_stack;
6      %- can't continue
7      return;
8end
9
10
Note: See TracBrowser for help on using the repository browser.