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

This commit is contained in:
sjplimp
2011-12-13 18:30:00 +00:00
parent 47c30ce47c
commit 2f7c6cfb0d
3 changed files with 73 additions and 4 deletions

View File

@ -32,7 +32,7 @@ class ProcMap : protected Pointers {
void xyz_map(char *, int *, int *, int *, int [3][2], int ***);
void numa_map(int *, int *, int [3][2], int ***);
void custom_map(int *, int [3][2], int ***);
void output(int ***, char *);
void output(char *, int *, int ***);
private:
int other_style;