Skip to content

Commit

Permalink
"Changed return variable from 'new_xyzfile' to 'xyz' in function tran…
Browse files Browse the repository at this point in the history
…sformingPBC."
  • Loading branch information
cgtbatista committed Jul 19, 2024
1 parent 9b94847 commit 83261d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PBC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ function transformingPBC(nfrag::Int64, xsize::Int64, ysize::Int64, style::String
end


return new_xyzfile, sel_fragments, n_fragments, vmdoutput
return xyz, sel_fragments, n_fragments, vmdoutput

end

0 comments on commit 83261d4

Please sign in to comment.