From 4faca6531afe2a02a0693bfd42bb653f0ca20c7e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 11 Oct 2021 16:35:54 -0400 Subject: [PATCH] fix typo --- src/REAXFF/fix_acks2_reaxff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REAXFF/fix_acks2_reaxff.cpp b/src/REAXFF/fix_acks2_reaxff.cpp index 1de4eaaf1c..f9a3b384bd 100644 --- a/src/REAXFF/fix_acks2_reaxff.cpp +++ b/src/REAXFF/fix_acks2_reaxff.cpp @@ -615,7 +615,7 @@ int FixACKS2ReaxFF::BiCGStab(double *b, double *x) error->warning(FLERR,"Fix acks2/reaxff BiCGStab numerical breakdown, omega = {:.8}, rho = {:.8}", omega,rho); } else if (i >= imax) { - error->warning(FLERR,"Fix acks2/reaxff BiCGStab convergence failed afteri {} iterations " + error->warning(FLERR,"Fix acks2/reaxff BiCGStab convergence failed after {} iterations " "at step {}", i, update->ntimestep); } }