starting to add timer-style variable

This commit is contained in:
Steve Plimpton
2022-05-05 17:04:50 -06:00
parent bd4bbbddbe
commit 5784fab588
3 changed files with 18 additions and 1 deletions

View File

@ -71,6 +71,7 @@ class Variable : protected Pointers {
ATOM,
VECTOR,
PYTHON,
TIMER,
INTERNAL
};
static constexpr int VALUELENGTH = 64;