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

Commit

Permalink
fit.for: add some notes on disabled lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0921 committed Apr 8, 2020
1 parent 56fb9eb commit 65e0023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fit.for
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
nn(s1)=1
do i=2,n
if((t(i)-t(i-1))>0.5) nn(s1)=nn(s1)+1
ccccccc TODO: Figure out why this line are added, and its original usage
c if((t(i)-t(i-1))<0.5) t(i)=t(i-1)
end do
end if
Expand Down Expand Up @@ -433,6 +434,7 @@ c if(abs(rt-t(n))<.001) exit

open(99,file='fit.fout')
do i=1,ns
ccccccc TODO: Figure out why those 2 lines are added, and those original usage
c if(nn(i)<2) cycle
c if(dt(i)<2) cycle
open(98,file='getpl.gout',status='old')
Expand Down

0 comments on commit 65e0023

Please sign in to comment.