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

Comparing trunk/src/applications/nanoRodBuilder/GeometryBuilder.hpp (file contents):
Revision 792 by chuckv, Tue Dec 6 17:53:20 2005 UTC vs.
Revision 1087 by chuckv, Mon Oct 23 20:27:14 2006 UTC

# Line 52 | Line 52
52   #define APPLICATIONS_NANORODBUILDER_GEOMETRYBUILDER_HPP
53  
54   #include <string>
55 + #include "config.h"
56  
57   namespace oopse {
58          
# Line 60 | Line 61 | namespace oopse {
61      
62    public:
63                  
64 <    GeometryBuilder(double length,double width);
65 <    GeometryBuilder(double length,double width, bool twinned);
64 >    GeometryBuilder(RealType length,RealType width);
65 >    GeometryBuilder(RealType length,RealType width, bool twinned);
66      ~GeometryBuilder(){};
67                  
68 <    bool isInsidePolyhedron(double x, double y, double z);  
68 >    bool isInsidePolyhedron(RealType x, RealType y, RealType z);  
69      void dumpGeometry(const std::string& geomFileName);
70    private:
71    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines