source: MML/trunk/at/atphysics/findorbit.m @ 5

Last change on this file since 5 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 434 bytes
Line 
1function [orbit, varargout]  = findorbit(RING,D, varargin);
2%FINDORBIT is an alias to the orbit search functions:
3% (findorbit4, findsyncorbit, findorbit4 ...) depending on the
4%  number of parameters, their types and argument options
5%  It can also return additional parameters.
6
7% Temporary version of 7/18/00 - defaults to FINDORBIT4
8%
9% See also FINDORBIT4, FINDSYNCORBIT, FINDORBIT6.
10orbit = findorbit4(RING, D, varargin{:});
Note: See TracBrowser for help on using the repository browser.