From 8c8084a027d5acb5ece80d0fe66f9cbe01d639c3 Mon Sep 17 00:00:00 2001 From: Jacob Gissinger Date: Mon, 8 Aug 2022 23:23:08 -0400 Subject: [PATCH] also remove error list from header file! --- src/label_map.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/label_map.h b/src/label_map.h index 5a785d5bb9..4e5582c170 100644 --- a/src/label_map.h +++ b/src/label_map.h @@ -71,21 +71,3 @@ class LabelMap : protected Pointers { } #endif - -/* ERROR/WARNING messages: - -E: Topology type exceeds system topology type - -The number of bond, angle, etc types exceeds the system setting. See -the create_box or read_data command for how to specify these values. - -E: Type label already exists: type labels must be unique - -For a given type-kind (atom types, bond types, etc.), a given type -label can be assigned to only one numeric type. - -E: Type labels cannot start with a number - -Self-explanatory. - -*/