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

This commit is contained in:
sjplimp
2013-11-21 15:43:36 +00:00
parent 517055b6fc
commit c2060ea7ac
2 changed files with 65 additions and 49 deletions

View File

@ -57,8 +57,8 @@ class LAMMPS {
void destroy();
private:
void print_styles();
void print_column(const char *, int &);
void help();
void print_style(const char *, int &);
};
}