]> git.mxchange.org Git - simgear.git/commitdiff
Fix case typo
authorfredb <fredb>
Mon, 27 Jul 2009 09:50:55 +0000 (09:50 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 27 Jul 2009 21:47:15 +0000 (23:47 +0200)
12 files changed:
simgear/math/interpolater.cxx
simgear/misc/interpolator.cxx
simgear/props/condition.cxx
simgear/scene/bvh/BVHLineSegmentVisitor.cxx
simgear/scene/model/CheckSceneryVisitor.cxx
simgear/scene/model/SGPagedLOD.cxx
simgear/scene/model/modellib.cxx
simgear/scene/model/persparam.cxx
simgear/structure/SGBinding.cxx
simgear/structure/commands.cxx
simgear/structure/event_mgr.cxx
simgear/structure/subsystem_mgr.cxx

index 9d301c86b849bb96a7866b00063afe9b4b1d8369..1bbbadc801d2a427ccd91cb8ac66cb3ef18d7f6e 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "interpolater.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 using std::string;
 
index 4e3980683c0db54eaa51327d501ed3510b350fe1..2e902cae09841873ec2e14a2eb1295b442a95d16 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "interpolator.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints)
 {
index d563fee345f60d6ba86a91dcb97e9bf5e9076673..2c8a3e9fbf1e39c46b683cf5aea35f770f8aec11 100644 (file)
@@ -18,7 +18,7 @@
 #include "props.hxx"
 #include "condition.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 using std::istream;
 using std::ostream;
index d8ac44f9ad9248b1b83979c2668c72975e8d74a1..a7a4b89308555b0634090bb87d8ffd4434f05e71 100644 (file)
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 #include "BVHLineSegmentVisitor.hxx"
 
 #include <simgear/math/SGGeometry.hxx>
index cc47117609fa691faa5b3a261463a843013e4959..56a023680429d92d1f0765bcceeb9970bd1e3253 100644 (file)
@@ -25,7 +25,7 @@
 #include "CheckSceneryVisitor.hxx"
 #include "SGPagedLOD.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 using namespace simgear;
 
index 37cc4e5c1dad0f0722b4e73e6d57cfc473c6e644..ddd6dabd43c57232bf75be5e5712896f43f5ea6b 100644 (file)
@@ -27,7 +27,7 @@
 #include "SGReaderWriterXMLOptions.hxx"
 #include "SGPagedLOD.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 using namespace osg;
 using namespace simgear;
index e5b5a744e680cd63e1a70c2de1771f78a6580a41..a3a779fdff63c03c1e2291bc2773dc4d70d70052 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "modellib.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 
 using namespace simgear;
index 167c9a20a164844b7af71b1c6c06698dfdc86b0c..09440a38d9784916a442517702734efb5432cd4c 100755 (executable)
@@ -9,7 +9,7 @@
 #include <simgear/props/props.hxx>
 #include "persparam.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 template <> double
 SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
index 35d2ec0ec1421e739723efb33be6f0a3ff34fee7..9e5fce06a5a3745a5e79dfa8b8b5bc2b5e42beaa 100644 (file)
@@ -14,7 +14,7 @@
 #include <simgear/compiler.h>
 #include "SGBinding.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 SGBinding::SGBinding()
   : _command(0),
index f0ec0daa19a68f0dd29e49f342a1c43b66d4ca79..b2391e3ba7f1cff7986f8eacf5364e985739ee56 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "commands.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 
 \f
index 5384031aeb29b463a9c9b57d96420f100a484460..d4b573d00e84ea674529f5b22c32dac8401f8d37 100644 (file)
@@ -1,6 +1,6 @@
 #include "event_mgr.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 void SGEventMgr::add(SGCallback* cb,
                      double interval, double delay,
index 1b8e18245acf7627b1a802f0bc73fe5d66afe334..0ed6b43623913bb6d72dd3193805526f82123f4e 100644 (file)
@@ -5,7 +5,7 @@
 #include "exception.hxx"
 #include "subsystem_mgr.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 
 \f