From fc12f86ea92ec1aeeb6fa8cbf2971d6ebf134698 Mon Sep 17 00:00:00 2001 From: jmgoff <34103038+jmgoff@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:47:35 -0600 Subject: [PATCH] Update compute_pace.h Header style fix --- src/ML-PACE/compute_pace.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/ML-PACE/compute_pace.h b/src/ML-PACE/compute_pace.h index 266b16c615..2f2f8d7f21 100644 --- a/src/ML-PACE/compute_pace.h +++ b/src/ML-PACE/compute_pace.h @@ -58,25 +58,3 @@ class ComputePACE : public Compute { #endif #endif - -/* ERROR/WARNING messages: - -E: Illegal ... command - -Self-explanatory. Check the input script syntax and compare to the -documentation for the command. You can use -echo screen as a -command-line option when running LAMMPS to see the offending line. - -E: Compute pace requires a pair style be defined - -Self-explanatory. - -E: Compute pace cutoff is longer than pairwise cutoff - -UNDOCUMENTED - -W: More than one compute pace/atom - -Self-explanatory. - -*/