git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3655 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,9 +11,14 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef COMMAND_CLASS
|
||||
|
||||
#ifndef WRITE_RESTART_H
|
||||
#define WRITE_RESTART_H
|
||||
CommandStyle(write_restart,WriteRestart)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_WRITE_RESTART_H
|
||||
#define LMP_WRITE_RESTART_H
|
||||
|
||||
#include "stdio.h"
|
||||
#include "pointers.h"
|
||||
@ -43,3 +48,4 @@ class WriteRestart : protected Pointers {
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user