From 1a372e99786b50b48ed0158b4adcb276cf945a9e Mon Sep 17 00:00:00 2001 From: spixx Date: Sat, 11 Nov 2006 13:06:02 +0000 Subject: [PATCH] *** empty log message *** --- src/lsystem.cpp | 2 +- src/lsystem3d.cpp | 2 +- src/lsystem3d.h | 2 +- src/lsystemparameters.h | 2 +- src/model.cpp | 4 +++- src/model.h | 2 +- src/renderingsurface.cpp | 2 +- src/renderingsurface.h | 2 +- src/turtle.cpp | 2 +- src/turtle.h | 2 +- src/vector.cpp | 2 +- src/vector.h | 4 ++-- src/xmlstructure.h | 2 +- 13 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/lsystem.cpp b/src/lsystem.cpp index cb9b2ca..bd9f8a8 100644 --- a/src/lsystem.cpp +++ b/src/lsystem.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/lsystem3d.cpp b/src/lsystem3d.cpp index f485826..37d4ab2 100644 --- a/src/lsystem3d.cpp +++ b/src/lsystem3d.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/lsystem3d.h b/src/lsystem3d.h index c750f1e..73df410 100644 --- a/src/lsystem3d.h +++ b/src/lsystem3d.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/lsystemparameters.h b/src/lsystemparameters.h index e09bb45..2fabdd3 100644 --- a/src/lsystemparameters.h +++ b/src/lsystemparameters.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/model.cpp b/src/model.cpp index 9a8554b..20dc567 100644 --- a/src/model.cpp +++ b/src/model.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -28,6 +28,8 @@ #include "model.h" #include "vector.h" +using namespace std; + /** diff --git a/src/model.h b/src/model.h index a05d8e3..2e05697 100644 --- a/src/model.h +++ b/src/model.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/renderingsurface.cpp b/src/renderingsurface.cpp index 8da174d..d01ffe6 100644 --- a/src/renderingsurface.cpp +++ b/src/renderingsurface.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/renderingsurface.h b/src/renderingsurface.h index d6e8f16..fd9bbc6 100644 --- a/src/renderingsurface.h +++ b/src/renderingsurface.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/turtle.cpp b/src/turtle.cpp index 69421c8..ae3e5f0 100644 --- a/src/turtle.cpp +++ b/src/turtle.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/turtle.h b/src/turtle.h index c005d13..3d1ec3c 100644 --- a/src/turtle.h +++ b/src/turtle.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/vector.cpp b/src/vector.cpp index 3f68193..639d0b2 100644 --- a/src/vector.cpp +++ b/src/vector.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/vector.h b/src/vector.h index 438b325..056e22d 100644 --- a/src/vector.h +++ b/src/vector.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -27,7 +27,7 @@ /** - * 3d vector + * 3D vector */ class Vector : public Coordinate { diff --git a/src/xmlstructure.h b/src/xmlstructure.h index 6f3f658..0e5cd2a 100644 --- a/src/xmlstructure.h +++ b/src/xmlstructure.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License -- 2.34.1