Skip to content

Commit 8aaae3e

Browse files
authored
Fix diffusion_matrix compilation on Linux (#863)
Added LBDL to compile diffusion_matrix.c
1 parent 0af31b0 commit 8aaae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atmat/atmexall.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function atmexall(varargin)
102102
cdir=fullfile(atroot,'atphysics','Radiation');
103103
compile([alloptions, {passinclude}], fullfile(cdir,'findmpoleraddiffmatrix.c'));
104104
compile([alloptions, {passinclude}], fullfile(cdir,'FDW.c'));
105-
compile([alloptions, {passinclude}], fullfile(cdir,'diffusion_matrix.c'));
105+
compile([alloptions, {passinclude}, LIBDL], fullfile(cdir,'diffusion_matrix.c'));
106106

107107
% RDTs
108108
cdir=fullfile(atroot,'atphysics','NonLinearDynamics');

0 commit comments

Comments
 (0)