add infrastructure and first example for testing standalone LAMMPS input commands
This commit is contained in:
@ -24,6 +24,7 @@ class Input : protected Pointers {
|
||||
friend class Info;
|
||||
friend class Error;
|
||||
friend class Deprecated;
|
||||
friend class SimpleCommandsTest_Echo_Test;
|
||||
|
||||
public:
|
||||
int narg; // # of command args
|
||||
|
||||
Reference in New Issue
Block a user