diff --git a/examples/ndof_oscillator_chain/OscillatorChain.m b/examples/ndof_oscillator_chain/OscillatorChain.m index 6615e57..d1df4fb 100644 --- a/examples/ndof_oscillator_chain/OscillatorChain.m +++ b/examples/ndof_oscillator_chain/OscillatorChain.m @@ -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;