--- trunk/OOPSE-2.0/src/integrators/NVE.hpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-2.0/src/integrators/NVE.hpp 2005/04/15 22:04:00 2204 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -39,13 +39,13 @@ * such damages. */ - /** - * @file NVE.hpp - * @author tlin - * @date 11/08/2004 - * @time 13:25am - * @version 1.0 - */ +/** + * @file NVE.hpp + * @author tlin + * @date 11/08/2004 + * @time 13:25am + * @version 1.0 + */ #ifndef INTEGRATOR_NVE_HPP #define INTEGRATOR_NVE_HPP @@ -54,15 +54,15 @@ class NVE : public VelocityVerletIntegrator{ namespace oopse { -class NVE : public VelocityVerletIntegrator{ - public: - NVE(SimInfo* info); + class NVE : public VelocityVerletIntegrator{ + public: + NVE(SimInfo* info); - private: - virtual void moveA(); - virtual void moveB(); - virtual double calcConservedQuantity(); -}; + private: + virtual void moveA(); + virtual void moveB(); + virtual double calcConservedQuantity(); + }; } //end namespace oopse