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

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

testbed for #19

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.