ATMLAB_MEX Build atmlab mex files This script assumes the user already set up mex correctly. It will then go ahead and use the added build functions. The path should already exist from atmlab_init.
0001 % ATMLAB_MEX Build atmlab mex files 0002 % 0003 % This script assumes the user already set up mex correctly. It will then 0004 % go ahead and use the added build functions. The path should already exist 0005 % from atmlab_init. 0006 0007 % 2013-03-28 Created by Richard Larsson 0008 0009 function atmlab_mex 0010 0011 Faddeeva_build; 0012 0013 end