The geometry routines are presently in 'geometry.c', not
'mimetic_geometry.c'. Reflect this in the build command.
This commit is contained in:
@@ -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{:});
|
||||
|
||||
Reference in New Issue
Block a user