Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
daminton committed May 12, 2021
1 parent 2bc03bd commit bf1fe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_frag_pos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function symba_frag_pos_fragment_velocity(nfrag, m_frag, x_frag, v_r_unit, Lambd
v_r_mag(i) = v_r_mag_02(i) - f_vec_02(i) * (v_r_mag_02(i) - v_r_mag_01(i)) / (f_vec_02(i) - f_vec_01(i))
end do

if (norm2(f_vec_2(:)) < TOL) exit
if (norm2(f_vec_02(:)) < TOL) exit

write(*,*) 'v_r_mag: ',v_r_mag(1:4)
write(*,*) 'KE_after: ',KE_after
Expand Down

0 comments on commit bf1fe44

Please sign in to comment.