add support to run LAMMPS on the file instead of the edit buffer

This commit is contained in:
Axel Kohlmeyer
2023-08-25 15:12:48 -04:00
parent f94d00d435
commit c61aaa81d2
7 changed files with 123 additions and 53 deletions

View File

@ -23,6 +23,7 @@ public:
void close();
void finalize();
void file(const char *);
void command(const char *);
void commands_string(const char *);