--- trunk/OOPSE-4/src/types/ShapeAtomType.hpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-4/src/types/ShapeAtomType.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 @@ -64,9 +64,9 @@ namespace oopse { ShapeAtomType() : DirectionalAtomType() { atp.is_Shape = 1; } ~ShapeAtomType(); - std::vector getContactFuncs(void) {return contactFuncs;} - std::vector getRangeFuncs(void) {return rangeFuncs;} - std::vector getStrengthFuncs(void) {return strengthFuncs;} + std::vector getContactFuncs(void) {return contactFuncs;} + std::vector getRangeFuncs(void) {return rangeFuncs;} + std::vector getStrengthFuncs(void) {return strengthFuncs;} void setContactFuncs(std::vector cf) { contactFuncs = cf; @@ -101,9 +101,9 @@ namespace oopse { private: - std::vector contactFuncs; // The contact functions - std::vector rangeFuncs; // The range functions - std::vector strengthFuncs; // The strength functions + std::vector contactFuncs; // The contact functions + std::vector rangeFuncs; // The range functions + std::vector strengthFuncs; // The strength functions }; }