source: MML/trunk/machine/SOLEIL/LT2/emittance/fonction_error.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: 147 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
Note: See TracBrowser for help on using the repository browser.