From 6ddcb569f15558c98f6d39de4d33ebaa7fce3fd0 Mon Sep 17 00:00:00 2001 From: Joroks Date: Mon, 24 Jun 2024 16:44:01 +0200 Subject: [PATCH] fixup! --- src/LAMMPS.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LAMMPS.jl b/src/LAMMPS.jl index 80c45d7..2a97aef 100644 --- a/src/LAMMPS.jl +++ b/src/LAMMPS.jl @@ -136,7 +136,7 @@ After this processing the string is handed to LAMMPS for parsing and executing. Arrays of Strings get concatenated into a single String inserting newline characters as needed. -!!! warn "Newline Characters" +!!! warning "Newline Characters" Old versions of this package (0.4.0 or older) used to ignore newline characters, such that `cmd` would allways be treated as a single command. In newer version this is no longer the case. """