From 5edc0e2e63d756331f45e720babb1830faf58071 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 29 Jul 2008 17:12:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1995 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_indent.h | 2 +- src/fix_temp_berendsen.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fix_indent.h b/src/fix_indent.h index ce092666b1..9dde1178b8 100644 --- a/src/fix_indent.h +++ b/src/fix_indent.h @@ -31,7 +31,7 @@ class FixIndent : public Fix { double compute_scalar(); double compute_vector(int); - protected: + private: int istyle,scaleflag,radflag,thermo_flag,eflag_enable; double k,k3; double x0,y0,z0,r0_stop,r0_start; diff --git a/src/fix_temp_berendsen.h b/src/fix_temp_berendsen.h index 930cbc8159..ff80cc8405 100644 --- a/src/fix_temp_berendsen.h +++ b/src/fix_temp_berendsen.h @@ -28,7 +28,7 @@ class FixTempBerendsen : public Fix { int modify_param(int, char **); void reset_target(double); - protected: + private: int which; double t_start,t_stop,t_target,t_period;