source: ETALON/SPESO/ana2015/warning_sp.m @ 259

Last change on this file since 259 was 259, checked in by delerue, 9 years ago

Progress on the SPESO analysis

File size: 184 bytes
Line 
1function warning_sp(txt)
2    fid=fopen('/sps/sera/delerue/smith-purcell/SPESO/data/warning_sp.txt','a+');
3    fprintf(fid,'%s \n',txt);
4    fclose(fid);
5    warning(txt);
6end %function
Note: See TracBrowser for help on using the repository browser.