Skip to content

Commit

Permalink
fix vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 12, 2024
1 parent a18953d commit ce731bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vbr/vbrCore/functions/Q_andrade_analytical.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

% loop over frequency
tau_m = tau.maxwell(1:n_th);
Ju_in = Ju_in(1:n_th);
for i_f = 1:n_freq
w = 2*pi*f_vec(i_f) ;
% get linear index of J1, J2, etc.
Expand Down

0 comments on commit ce731bc

Please sign in to comment.