Skip to content

Commit

Permalink
Fixed bug in writing of out.cgyro.version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Sep 17, 2024
1 parent 0152e30 commit 69c4daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgyro/bin/cgyro
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ then
version_tag=`gacode_getversion`
if [ -f out.cgyro.tag ]
then
simtime=`tail -1 out.cgyro.tag`
simtime=`tail -n2 out.cgyro.tag | head -n1`
simtime=`echo $simtime`
else
simtime=0.0
Expand Down

0 comments on commit 69c4daa

Please sign in to comment.