From d3e7759598942f2ac9e89bb0b4224c2dacfb5be0 Mon Sep 17 00:00:00 2001 From: Adrian Henle Date: Mon, 24 Jun 2024 13:27:01 -0700 Subject: [PATCH] line endings --- docs/src/molecule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/molecule.md b/docs/src/molecule.md index a65ec8ccd..c3a3ed5ce 100644 --- a/docs/src/molecule.md +++ b/docs/src/molecule.md @@ -62,9 +62,9 @@ for file in readdir(dir) end # output ┌ Info: atoms.csv -└ data = "atom,x,y,z\r\nN_in_N2,0,0,0.55\r\nPSEUDOATOM_LABEL,0,0,0\r\nN_in_N2,0,0,-0.55" +└ data = "atom,x,y,z\nN_in_N2,0,0,0.55\nPSEUDOATOM_LABEL,0,0,0\nN_in_N2,0,0,-0.55" ┌ Info: charges.csv -└ data = "q,x,y,z\r\n-0.482,0,0,0.55\r\n0.964,0,0,0\r\n-0.482,0,0,-0.55" +└ data = "q,x,y,z\n-0.482,0,0,0.55\n0.964,0,0,0\n-0.482,0,0,-0.55" ``` **atoms.csv**