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

This commit is contained in:
sjplimp
2013-02-12 23:09:54 +00:00
parent ab6e341dd9
commit 5c635d47eb
21 changed files with 75 additions and 21 deletions

View File

@ -29,6 +29,7 @@ class ComputeTempSphere : public Compute {
ComputeTempSphere(class LAMMPS *, int, char **);
~ComputeTempSphere();
void init();
void setup();
double compute_scalar();
void compute_vector();