Commit e54fd152 authored by Hui Wang's avatar Hui Wang
Browse files

comments update

parent 7eb93ea8
......@@ -12,7 +12,7 @@ bool CannonBallSim::advance() {
switch (m_method) {
case 0:
// analytical solution
// v(t) = v_0*t + 0.5*a*t^2
// p(t) = v_0*t + 0.5*a*t^2
break;
case 1:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment