source: MML/trunk/mml/istango.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: 210 bytes
Line 
1function Test = istango
2%ISTANGO - Return true if TANGO is the online method
3
4%
5%  Written by Laurent S. Nadolski
6if isempty(findstr(lower(which('getpvonline')), 'tango'))
7    Test = 0;
8else
9    Test = 1;
10end
11
Note: See TracBrowser for help on using the repository browser.