cantera/src/matlab/mexFunction.map
Ray Speth abf2e04084 Changed visibility of symbols in ctmethods.mex on Linux
This allows Cantera to use BLAS/LAPACK functions included in the mex
file instead of the incompatible ones that are part of Matlab.
2012-04-11 17:37:33 +00:00

6 lines
46 B
Text

MEX {
global:
mexFunction;
local:
*;
};