The geometry routines are presently in 'geometry.c', not

'mimetic_geometry.c'.  Reflect this in the build command.
This commit is contained in:
Bård Skaflestad
2010-08-04 20:35:32 +00:00
parent 02f6a33282
commit 0d0f8eb69c

View File

@@ -1,7 +1,7 @@
function varargout = mex_compute_geometry(varargin)
buildmex -O -largeArrayDims -lm ...
mex_compute_geometry.c mimetic_geometry.c mrst_api.c
buildmex -O -largeArrayDims ...
mex_compute_geometry.c geometry.c mrst_api.c ...
-lm
% Call MEX'ed edition.
[varargout{1:nargout}] = mex_compute_geometry(varargin{:});