git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5591 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-02-04 19:13:14 +00:00
parent 3ad614b04a
commit 89cbe1ceeb
9 changed files with 76 additions and 121 deletions

View File

@ -28,6 +28,7 @@ class Error : protected Pointers {
void all(const char *);
void one(const char *);
void warning(const char *, int = 1);
void message(char *, int = 1);
};
}