Skip to content

Commit

Permalink
Rename outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz authored Aug 9, 2024
1 parent 5004494 commit 0dceb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lammps/spectral_abf/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main(argv):
xedges = (xedges[1:] + xedges[:-1]) / 2
yedges = (yedges[1:] + yedges[:-1]) / 2
mesh = numpy.dstack(numpy.meshgrid(xedges, yedges)).reshape(-1, 2)
numpy.savetxt("hist-fromlogger.dat", numpy.hstack([mesh, histo.reshape(-1, 1)]))
numpy.savetxt("hist-from-logger.dat", numpy.hstack([mesh, histo.reshape(-1, 1)]))


if __name__ == "__main__":
Expand Down

0 comments on commit 0dceb70

Please sign in to comment.