ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryBuilder.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/GeometryBuilder.hpp (file contents):
Revision 2164 by chuckv, Mon Apr 11 21:37:30 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 18 | Line 18
18   *    publication of scientific results based in part on use of the
19   *    program.  An acceptable form of acknowledgement is citation of
20   *    the article in which the program was described (Matthew
21 <                                                                                                                                                                                                                        *    A. Meineke, Charles F. Vardeman II, Teng Lin, Christopher
22 <                                                                                                                                                                                                                        *    J. Fennell and J. Daniel Gezelter, "OOPSE: An Object-Oriented
21 > *    A. Meineke, Charles F. Vardeman II, Teng Lin, Christopher
22 > *    J. Fennell and J. Daniel Gezelter, "OOPSE: An Object-Oriented
23   *    Parallel Simulation Engine for Molecular Dynamics,"
24 <                                                                                                                                                                                                                        *    J. Comput. Chem. 26, pp. 252-271 (2005))
24 > *    J. Comput. Chem. 26, pp. 252-271 (2005))
25   *
26   * 2. Redistributions of source code must retain the above copyright
27   *    notice, this list of conditions and the following disclaimer.
# Line 55 | Line 55 | namespace oopse {
55  
56   namespace oopse {
57          
58 <        class GeometryBuilder{
58 >  class GeometryBuilder{
59      
60      
61 < public:
61 >  public:
62                  
63 <                GeometryBuilder(double length,double width);
64 <                ~GeometryBuilder(){};
63 >    GeometryBuilder(double length,double width);
64 >    ~GeometryBuilder(){};
65                  
66 <                bool isInsidePolyhedron(double x, double y, double z);
67 < private:
68 <        };
69 <        }
66 >    bool isInsidePolyhedron(double x, double y, double z);
67 >  private:
68 >  };
69 > }
70   #endif //APPLICATIONS_NANORODBUILDER_GEOMETRYBUILDER_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines