Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fit: try to let max of t not be changed
Browse files Browse the repository at this point in the history
* add work around method for the problem that time interval of plot in *_e_t.dat is uncorrect
  • Loading branch information
holishing committed Feb 18, 2020
1 parent f5b98ff commit 0906a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_Fit_velocity/fit.for
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
nn(s1)=1
do i=2,n
if((t(i)-t(i-1))>0.5) nn(s1)=nn(s1)+1
if((t(i)-t(i-1))<0.5) t(i)=t(i-1)
c if((t(i)-t(i-1))<0.5) t(i)=t(i-1)
end do
end if

Expand Down

0 comments on commit 0906a70

Please sign in to comment.