source: MML/trunk/mml/getcircumference.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: 272 bytes
Line 
1function C = getcircumference
2%GETCIRCUMFERENCE - Returns the ring circumference
3%   C = getcircumference
4%
5%  OUTPUTS
6%  1. C - ring circumference in meters
7%
8%  See Also getenergy, getmcf, getbrho
9
10%
11% Written by Laurent S. Nadolski
12
13C = getfamilydata('Circumference');
Note: See TracBrowser for help on using the repository browser.