root/applications/bdmtoolbox/mex/mexBM/mexEpdf_set.m @ 706

Revision 706, 127 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
Line 
1function [S]=mexEpdf_set(S0);
2% function sets structure S by elements of structure S0
3
4% maybe some testing of vlaidity?
5
6S=S0;
Note: See TracBrowser for help on using the browser.