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

This commit is contained in:
sjplimp
2015-07-16 22:41:28 +00:00
parent a7d83dae9d
commit 5288406600
6 changed files with 393 additions and 1 deletions

View File

@ -20,6 +20,7 @@
namespace LAMMPS_NS {
class Variable : protected Pointers {
friend class Info;
public:
Variable(class LAMMPS *);
~Variable();