*** empty log message ***
authorspixx <spixx>
Sat, 11 Nov 2006 13:06:02 +0000 (13:06 +0000)
committerspixx <spixx>
Sat, 11 Nov 2006 13:06:02 +0000 (13:06 +0000)
13 files changed:
src/lsystem.cpp
src/lsystem3d.cpp
src/lsystem3d.h
src/lsystemparameters.h
src/model.cpp
src/model.h
src/renderingsurface.cpp
src/renderingsurface.h
src/turtle.cpp
src/turtle.h
src/vector.cpp
src/vector.h
src/xmlstructure.h

index cb9b2ca639582ebc980a701c9dee8f8ed02c5326..bd9f8a858fa8b81a371971e3f09c56cb5cc05d61 100644 (file)
@@ -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
index f48582609e88a9c8c4d641ed7daee90e97091778..37d4ab24e6f363172c57cd8aadf9a26f0c3d48fd 100644 (file)
@@ -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
index c750f1ee4fbf5615812fd616f12184b6684e18ac..73df41094e0d0647389055996b65e66277b4b774 100644 (file)
@@ -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
index e09bb457d7b23e395596af27151d2a650086f70d..2fabdd34d551d1ad190fb86ddd3685e2c87fe41f 100644 (file)
@@ -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
index 9a8554b8dfa0494194c782cffcaf89a07e379c92..20dc567e384ea80449d895e7285af5f4ce85de3b 100644 (file)
@@ -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;
+
 
 
 /**
index a05d8e3edc3296ea434b04d3ffc44599b75b2def..2e05697051530a8952811c64ad8a7a1b61fabc27 100644 (file)
@@ -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
index 8da174d2860298914892cb2eb932db7fa81c94a0..d01ffe6d02c89dec3567fb3326b39bc058b72bfc 100644 (file)
@@ -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
index d6e8f164270db88c555d23dd9d337e0691f9fa11..fd9bbc65327cd14ca1e95205f7e788b9cf6d6890 100644 (file)
@@ -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
index 69421c86433bb861191a8d82b313d69fc35462ca..ae3e5f0fa31f960434a042714e63ef54ca30be72 100644 (file)
@@ -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
index c005d13b2a2b9cd734a15cdd5614696c546d7d5b..3d1ec3c2457b67f19703b6edafa6c1b1b0be488c 100644 (file)
@@ -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
index 3f68193c792231132f36c598280dee015537e8cf..639d0b2083aace27c535a1e9903f10113a4bf6d0 100644 (file)
@@ -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
index 438b3258f485ebe1936eb248d863e00273b31a2f..056e22d5e3f4c17fa00bc0879f24c35fb7f55f9f 100644 (file)
@@ -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
 {
index 6f3f6586100644bbf69ae54b79ec67fadd35425c..0e5cd2a1b5cab20ac1a18b14ae231f8054985de8 100644 (file)
@@ -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