source: MML/trunk/machine/SOLEIL/common/configurations/gotolaurent.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: 262 bytes
Line 
1function gotolaurent
2% GOTOLAURENT - Short cut to Laurent's Working directory
3
4% Written by Laurent S. Nadolski
5
6
7if ismac
8    cd(fullfile(getenv('HOME'), 'Documents', 'Matlab'))
9else
10    cd(fullfile(getenv('HOME'),'GrpPhysiqueMachine', 'Laurent', 'matlab'))
11end
Note: See TracBrowser for help on using the repository browser.