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