source: MML/trunk/applications/orbit/lib/closesyslog.m

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

Initial import--MML version from SOLEIL@2013

File size: 155 bytes
Line 
1function varargout=CloseSYSLog(varargin)
2%close Log file for application program
3fid=varargin(1); fid=fid{1};
4
5fclose(fid);
6disp('System Log file closed');
Note: See TracBrowser for help on using the repository browser.