Skip to content

Commit 06e8587

Browse files
author
Lee Carver
committed
Fix matlab build
1 parent 52a526d commit 06e8587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atintegrators/BeamLoadingCavityPass.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
287287
double normfact, phasegain, voltgain;
288288
double *turnhistory;
289289
double *z_cuts;
290-
double Energy, Frequency, TimeLag, Length;
290+
double Energy, Frequency, TimeLag, Length, detune_angle;
291291
double qfactor,rshunt,beta;
292292
double *vbunch;
293293
double *vbeam_phasor;

0 commit comments

Comments
 (0)