Skip to content

Commit

Permalink
making the example same as that in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-shobhit committed Aug 20, 2020
1 parent 8cba421 commit 37f5e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ndof_oscillator_chain/OscillatorChain.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
g = 0.5;

temp = spdiags(ones(n,1)*[-1 2 -1], [-1 0 1], sparse(n,n));
temp(1,1) = 1;

C = c * temp;
K = k * temp;
Expand Down

0 comments on commit 37f5e0e

Please sign in to comment.