source: MML/trunk/machine/SOLEIL/LT1/emittance/fonction_error.m @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
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.