source: MML/trunk/mml/cdopsdata.m @ 4

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

Initial import--MML version from SOLEIL@2013

File size: 199 bytes
Line 
1function DirectoryName = cdopsdata
2%CDOPSDATA - Change to the MML operational data directory
3%  DirectoryName = cdopsdata
4
5DirectoryName = getfamilydata('Directory', 'OpsData');
6cd(DirectoryName);
7
Note: See TracBrowser for help on using the repository browser.