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

Comparing trunk/OOPSE-4/src/applications/nanoRodBuilder/GeometryBuilder.hpp (file contents):
Revision 2758 by chuckv, Tue Dec 6 17:53:20 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 60 | Line 60 | namespace oopse {
60      
61    public:
62                  
63 <    GeometryBuilder(double length,double width);
64 <    GeometryBuilder(double length,double width, bool twinned);
63 >    GeometryBuilder(RealType length,RealType width);
64 >    GeometryBuilder(RealType length,RealType width, bool twinned);
65      ~GeometryBuilder(){};
66                  
67 <    bool isInsidePolyhedron(double x, double y, double z);  
67 >    bool isInsidePolyhedron(RealType x, RealType y, RealType z);  
68      void dumpGeometry(const std::string& geomFileName);
69    private:
70    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines