source: MML/trunk/mml/cddataroot.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: 190 bytes
Line 
1function DirectoryName = cddataroot
2%CDDATAROOT - Change to the MML data directory
3% DirectoryName = cddataroot
4
5DirectoryName = getfamilydata('Directory', 'DataRoot');
6cd(DirectoryName);
7
Note: See TracBrowser for help on using the repository browser.