From 8422e8ec623efc4d017105a7a96e9e26327856e8 Mon Sep 17 00:00:00 2001 From: Ulrich Kemloh <kemlohulrich@gmail.com> Date: Thu, 27 Nov 2014 17:38:47 +0100 Subject: [PATCH] headers updated to v0.6 (issue #52) --- IO/IODispatcher.cpp | 2 +- IO/IODispatcher.h | 2 +- IO/OutputHandler.cpp | 2 +- IO/OutputHandler.h | 2 +- IO/TraVisToClient.cpp | 2 +- IO/TraVisToClient.h | 2 +- Simulation.cpp | 2 +- Simulation.h | 2 +- Utest/testClassLine.cpp | 2 +- Utest/testClassPoint.cpp | 2 +- Utest/testEffectiveDistanceToEllipse.cpp | 2 +- Utest/testEffectiveDistanceToLine.cpp | 2 +- Utest/testGetArea.cpp | 2 +- Utest/testIsInside.cpp | 2 +- Utest/testIsOn.cpp | 2 +- Utest/testIsOutside.cpp | 2 +- Utest/testPointOnEllipse.cpp | 2 +- Utest/testSign.cpp | 2 +- Utest/testSign1.cpp | 2 +- events/EventManager.h | 2 +- general/ArgumentParser.cpp | 2 +- general/ArgumentParser.h | 2 +- general/Macros.h | 2 +- geometry/Building.cpp | 2 +- geometry/Building.h | 2 +- geometry/Crossing.cpp | 2 +- geometry/Crossing.h | 2 +- geometry/Goal.cpp | 2 +- geometry/Goal.h | 2 +- geometry/Hline.cpp | 2 +- geometry/Hline.h | 2 +- geometry/Line.cpp | 2 +- geometry/Line.h | 2 +- geometry/NavLine.cpp | 2 +- geometry/NavLine.h | 2 +- geometry/Obstacle.cpp | 2 +- geometry/Obstacle.h | 2 +- geometry/Point.cpp | 2 +- geometry/Point.h | 2 +- geometry/Room.cpp | 2 +- geometry/Room.h | 2 +- geometry/SubRoom.cpp | 2 +- geometry/SubRoom.h | 2 +- geometry/Transition.cpp | 2 +- geometry/Transition.h | 2 +- geometry/Wall.cpp | 2 +- geometry/Wall.h | 2 +- main.cpp | 2 +- math/ForceModel.cpp | 2 +- math/ForceModel.h | 2 +- math/GCFMModel.cpp | 2 +- math/GCFMModel.h | 2 +- math/GompertzModel.cpp | 2 +- math/GompertzModel.h | 2 +- math/Mathematics.cpp | 2 +- math/Mathematics.h | 2 +- math/ODESolver.cpp | 2 +- math/ODESolver.h | 2 +- math/OperationalModel.cpp | 2 +- math/OperationalModel.h | 2 +- mpi/LCGrid.cpp | 2 +- mpi/LCGrid.h | 2 +- pedestrian/AgentsParameters.cpp | 2 +- pedestrian/AgentsParameters.h | 2 +- pedestrian/Ellipse.cpp | 2 +- pedestrian/Ellipse.h | 2 +- pedestrian/PedDistributor.cpp | 2 +- pedestrian/PedDistributor.h | 2 +- pedestrian/Pedestrian.cpp | 2 +- pedestrian/Pedestrian.h | 2 +- routing/AccessPoint.cpp | 2 +- routing/AccessPoint.h | 2 +- routing/CognitiveMapRouter.cpp | 2 +- routing/CognitiveMapRouter.h | 2 +- routing/ConvexDecomp.h | 2 +- routing/DTriangulation.cpp | 2 +- routing/DTriangulation.h | 2 +- routing/DirectionStrategy.cpp | 2 +- routing/DirectionStrategy.h | 2 +- routing/DummyRouter.cpp | 2 +- routing/DummyRouter.h | 2 +- routing/GlobalRouter.cpp | 2 +- routing/GlobalRouter.h | 2 +- routing/GraphRouter.cpp | 2 +- routing/GraphRouter.h | 2 +- routing/MeshRouter.cpp | 2 +- routing/MeshRouter.h | 2 +- routing/NavMesh.cpp | 2 +- routing/NavMesh.h | 2 +- routing/QuickestPathRouter.cpp | 2 +- routing/QuickestPathRouter.h | 2 +- routing/Router.cpp | 2 +- routing/Router.h | 2 +- routing/RoutingEngine.cpp | 2 +- routing/RoutingEngine.h | 2 +- routing/SafestPathRouter.cpp | 2 +- routing/SafestPathRouter.h | 2 +- routing/Triangulation.h | 2 +- routing/cognitive_map/AbstractCognitiveMapCreator.cpp | 2 +- routing/cognitive_map/AbstractCognitiveMapCreator.h | 2 +- routing/cognitive_map/CognitiveMap.cpp | 2 +- routing/cognitive_map/CognitiveMap.h | 2 +- routing/cognitive_map/CognitiveMapStorage.cpp | 2 +- routing/cognitive_map/CognitiveMapStorage.h | 2 +- routing/cognitive_map/CompleteCognitiveMapCreator.cpp | 2 +- routing/cognitive_map/CompleteCognitiveMapCreator.h | 2 +- routing/cognitive_map/EmptyCognitiveMapCreator.cpp | 2 +- routing/cognitive_map/EmptyCognitiveMapCreator.h | 2 +- routing/cognitive_map/NavigationGraph.cpp | 2 +- routing/cognitive_map/NavigationGraph.h | 2 +- routing/cognitive_map/navigation_graph/GraphEdge.cpp | 2 +- routing/cognitive_map/navigation_graph/GraphEdge.h | 2 +- routing/cognitive_map/navigation_graph/GraphVertex.cpp | 2 +- routing/cognitive_map/navigation_graph/GraphVertex.h | 2 +- routing/cognitive_map/sensor/AbstractSensor.cpp | 2 +- routing/cognitive_map/sensor/AbstractSensor.h | 2 +- routing/cognitive_map/sensor/RoomToFloorSensor.cpp | 2 +- routing/cognitive_map/sensor/RoomToFloorSensor.h | 2 +- routing/cognitive_map/sensor/SensorManager.cpp | 2 +- routing/cognitive_map/sensor/SensorManager.h | 2 +- routing/graph/NavLineState.cpp | 2 +- routing/graph/NavLineState.h | 2 +- routing/graph/RoutingGraph.cpp | 2 +- routing/graph/RoutingGraph.h | 2 +- routing/graph/RoutingGraphStorage.cpp | 2 +- routing/graph/RoutingGraphStorage.h | 2 +- routing/mesh/Mesh.cpp | 2 +- routing/mesh/Mesh.h | 2 +- tinyxml/tinystr.h | 2 +- tinyxml/tinyxml.h | 2 +- 130 files changed, 130 insertions(+), 130 deletions(-) diff --git a/IO/IODispatcher.cpp b/IO/IODispatcher.cpp index 55deae4a..9edc9d8b 100644 --- a/IO/IODispatcher.cpp +++ b/IO/IODispatcher.cpp @@ -1,7 +1,7 @@ /** * \file IODispatcher.cpp * \date Nov 20, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/IO/IODispatcher.h b/IO/IODispatcher.h index 7a223782..1187bb47 100644 --- a/IO/IODispatcher.h +++ b/IO/IODispatcher.h @@ -1,7 +1,7 @@ /** * \file IODispatcher.h * \date Nov 20, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/IO/OutputHandler.cpp b/IO/OutputHandler.cpp index 0108f3a9..96d35698 100644 --- a/IO/OutputHandler.cpp +++ b/IO/OutputHandler.cpp @@ -1,7 +1,7 @@ /** * \file OutputHandler.cpp * \date Nov 20, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/IO/OutputHandler.h b/IO/OutputHandler.h index acc3bb51..95f7c586 100644 --- a/IO/OutputHandler.h +++ b/IO/OutputHandler.h @@ -1,7 +1,7 @@ /** * \file OutputHandler.h * \date Nov 20, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/IO/TraVisToClient.cpp b/IO/TraVisToClient.cpp index a6677e16..dce01223 100644 --- a/IO/TraVisToClient.cpp +++ b/IO/TraVisToClient.cpp @@ -1,7 +1,7 @@ /** * \file TraVisToClient.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J��lich GmbH. All rights reserved. * * \section License diff --git a/IO/TraVisToClient.h b/IO/TraVisToClient.h index 9f259e8c..3255428a 100644 --- a/IO/TraVisToClient.h +++ b/IO/TraVisToClient.h @@ -1,7 +1,7 @@ /** * \file TraVisToClient.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Simulation.cpp b/Simulation.cpp index 5b16dab7..bd843ad1 100644 --- a/Simulation.cpp +++ b/Simulation.cpp @@ -1,7 +1,7 @@ /** * \file Simulation.cpp * \date Dec 15, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Simulation.h b/Simulation.h index 0775edb0..3c5630bc 100644 --- a/Simulation.h +++ b/Simulation.h @@ -1,7 +1,7 @@ /** * \file Simulation.h * \date Dec 15, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J?lich GmbH. All rights reserved. * * \section License diff --git a/Utest/testClassLine.cpp b/Utest/testClassLine.cpp index c355ed84..e2a5700d 100644 --- a/Utest/testClassLine.cpp +++ b/Utest/testClassLine.cpp @@ -1,7 +1,7 @@ /** * \file testClassLine.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testClassPoint.cpp b/Utest/testClassPoint.cpp index 4fe11475..745aa71b 100644 --- a/Utest/testClassPoint.cpp +++ b/Utest/testClassPoint.cpp @@ -1,7 +1,7 @@ /** * \file testClassPoint.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testEffectiveDistanceToEllipse.cpp b/Utest/testEffectiveDistanceToEllipse.cpp index 07d33651..4b9f1ca8 100644 --- a/Utest/testEffectiveDistanceToEllipse.cpp +++ b/Utest/testEffectiveDistanceToEllipse.cpp @@ -1,7 +1,7 @@ /** * \file testEffectiveDistanceToEllipse.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testEffectiveDistanceToLine.cpp b/Utest/testEffectiveDistanceToLine.cpp index 11754342..aa24adfe 100644 --- a/Utest/testEffectiveDistanceToLine.cpp +++ b/Utest/testEffectiveDistanceToLine.cpp @@ -1,7 +1,7 @@ /** * \file testEffectiveDistanceToLine.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testGetArea.cpp b/Utest/testGetArea.cpp index 86954a30..1e689c48 100644 --- a/Utest/testGetArea.cpp +++ b/Utest/testGetArea.cpp @@ -1,7 +1,7 @@ /** * \file testGetArea.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testIsInside.cpp b/Utest/testIsInside.cpp index 44bcf19f..86298fbd 100644 --- a/Utest/testIsInside.cpp +++ b/Utest/testIsInside.cpp @@ -1,7 +1,7 @@ /** * \file testIsInside.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testIsOn.cpp b/Utest/testIsOn.cpp index 11a87029..17a14726 100644 --- a/Utest/testIsOn.cpp +++ b/Utest/testIsOn.cpp @@ -1,7 +1,7 @@ /** * \file testIsOn.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testIsOutside.cpp b/Utest/testIsOutside.cpp index 406892aa..9dd3df8d 100644 --- a/Utest/testIsOutside.cpp +++ b/Utest/testIsOutside.cpp @@ -1,7 +1,7 @@ /** * \file testIsOutside.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testPointOnEllipse.cpp b/Utest/testPointOnEllipse.cpp index d1c7790d..67905346 100644 --- a/Utest/testPointOnEllipse.cpp +++ b/Utest/testPointOnEllipse.cpp @@ -1,7 +1,7 @@ /** * \file testPointOnEllipse.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testSign.cpp b/Utest/testSign.cpp index 9a523443..6f5fd9b8 100644 --- a/Utest/testSign.cpp +++ b/Utest/testSign.cpp @@ -1,7 +1,7 @@ /** * \file testSign.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/Utest/testSign1.cpp b/Utest/testSign1.cpp index 91d5e07d..f1f3da65 100644 --- a/Utest/testSign1.cpp +++ b/Utest/testSign1.cpp @@ -1,7 +1,7 @@ /** * \file testSign1.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/events/EventManager.h b/events/EventManager.h index 0fd84c55..d9059e3e 100644 --- a/events/EventManager.h +++ b/events/EventManager.h @@ -1,7 +1,7 @@ /** * \file EventManager.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/general/ArgumentParser.cpp b/general/ArgumentParser.cpp index 2f91eb21..974342fe 100644 --- a/general/ArgumentParser.cpp +++ b/general/ArgumentParser.cpp @@ -1,7 +1,7 @@ /** * \file ArgumentParser.cpp * \date Apr 20, 2009 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/general/ArgumentParser.h b/general/ArgumentParser.h index dc26aabf..9bdfec61 100644 --- a/general/ArgumentParser.h +++ b/general/ArgumentParser.h @@ -1,7 +1,7 @@ /** * \file ArgumentParser.h * \date Apr 20, 2009 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/general/Macros.h b/general/Macros.h index d33172a4..d309775f 100644 --- a/general/Macros.h +++ b/general/Macros.h @@ -1,7 +1,7 @@ /** * \file Macros.h * \date Jun 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Building.cpp b/geometry/Building.cpp index 7fab25f4..130c168e 100644 --- a/geometry/Building.cpp +++ b/geometry/Building.cpp @@ -1,7 +1,7 @@ /** * \file Building.cpp * \date Oct 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Building.h b/geometry/Building.h index cd417207..3b203cce 100644 --- a/geometry/Building.h +++ b/geometry/Building.h @@ -1,7 +1,7 @@ /** * \file Building.h * \date Oct 1, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Crossing.cpp b/geometry/Crossing.cpp index f8ce35f0..78ed4b13 100644 --- a/geometry/Crossing.cpp +++ b/geometry/Crossing.cpp @@ -1,7 +1,7 @@ /** * \file Crossing.cpp * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Crossing.h b/geometry/Crossing.h index 2ab848bd..0c312f61 100644 --- a/geometry/Crossing.h +++ b/geometry/Crossing.h @@ -1,7 +1,7 @@ /** * \file Crossing.h * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Goal.cpp b/geometry/Goal.cpp index a2157819..ff6c2705 100644 --- a/geometry/Goal.cpp +++ b/geometry/Goal.cpp @@ -1,7 +1,7 @@ /** * \file Goal.cpp * \date Spe 12, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Goal.h b/geometry/Goal.h index 3fe6596f..cdd335e8 100644 --- a/geometry/Goal.h +++ b/geometry/Goal.h @@ -1,7 +1,7 @@ /** * \file Goal.h * \date Sep 12, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Hline.cpp b/geometry/Hline.cpp index de09d878..bd2ecaf7 100644 --- a/geometry/Hline.cpp +++ b/geometry/Hline.cpp @@ -1,7 +1,7 @@ /** * \file Hline.cpp * \date Aug 1, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Hline.h b/geometry/Hline.h index b7043e48..c6c4ed74 100644 --- a/geometry/Hline.h +++ b/geometry/Hline.h @@ -1,7 +1,7 @@ /** * \file Hline.h * \date Aug 1, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Line.cpp b/geometry/Line.cpp index fbd957c2..dc8460fb 100644 --- a/geometry/Line.cpp +++ b/geometry/Line.cpp @@ -1,7 +1,7 @@ /** * \file Line.cpp * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Line.h b/geometry/Line.h index f115cc7e..110cae44 100644 --- a/geometry/Line.h +++ b/geometry/Line.h @@ -1,7 +1,7 @@ /** * \file Line.h * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/NavLine.cpp b/geometry/NavLine.cpp index 1e3dfb7c..bc5d4982 100644 --- a/geometry/NavLine.cpp +++ b/geometry/NavLine.cpp @@ -1,7 +1,7 @@ /** * \file NavLine.cpp * \date Aug 30, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/NavLine.h b/geometry/NavLine.h index 5db0e19e..0b3c7dc9 100644 --- a/geometry/NavLine.h +++ b/geometry/NavLine.h @@ -1,7 +1,7 @@ /** * \file NavLine.h * \date Aug 30, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Obstacle.cpp b/geometry/Obstacle.cpp index 228b7b3a..7daa9ae1 100644 --- a/geometry/Obstacle.cpp +++ b/geometry/Obstacle.cpp @@ -1,7 +1,7 @@ /** * \file Obstacle.cpp * \date Jul 31, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Obstacle.h b/geometry/Obstacle.h index 3da7a15c..fdc9fee3 100644 --- a/geometry/Obstacle.h +++ b/geometry/Obstacle.h @@ -1,7 +1,7 @@ /** * \file Obstacle.h * \date Jul 31, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Point.cpp b/geometry/Point.cpp index 00f425cf..a3c5e116 100644 --- a/geometry/Point.cpp +++ b/geometry/Point.cpp @@ -1,7 +1,7 @@ /** * \file Point.cpp * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Point.h b/geometry/Point.h index 92578237..db33492d 100644 --- a/geometry/Point.h +++ b/geometry/Point.h @@ -1,7 +1,7 @@ /** * \file Point.h * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Room.cpp b/geometry/Room.cpp index 75729b72..55e8aaed 100644 --- a/geometry/Room.cpp +++ b/geometry/Room.cpp @@ -1,7 +1,7 @@ /** * \file Room.cpp * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Room.h b/geometry/Room.h index e4336f00..51384b93 100644 --- a/geometry/Room.h +++ b/geometry/Room.h @@ -1,7 +1,7 @@ /** * \file Room.h * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/SubRoom.cpp b/geometry/SubRoom.cpp index 557301e8..9eef7206 100644 --- a/geometry/SubRoom.cpp +++ b/geometry/SubRoom.cpp @@ -1,7 +1,7 @@ /** * \file SubRoom.cpp * \date Oct 8, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/SubRoom.h b/geometry/SubRoom.h index 72e640e0..99565c89 100644 --- a/geometry/SubRoom.h +++ b/geometry/SubRoom.h @@ -1,7 +1,7 @@ /** * \file SubRoom.h * \date Oct 8, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Transition.cpp b/geometry/Transition.cpp index 9095b54d..1d285afe 100644 --- a/geometry/Transition.cpp +++ b/geometry/Transition.cpp @@ -1,7 +1,7 @@ /** * \file Transition.cpp * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Transition.h b/geometry/Transition.h index 91e1e0b3..a1985454 100644 --- a/geometry/Transition.h +++ b/geometry/Transition.h @@ -1,7 +1,7 @@ /** * \file Transition.h * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Wall.cpp b/geometry/Wall.cpp index b4a85122..fa5ba4dd 100644 --- a/geometry/Wall.cpp +++ b/geometry/Wall.cpp @@ -1,7 +1,7 @@ /** * \file Wall.cpp * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/geometry/Wall.h b/geometry/Wall.h index 42829e20..6babac37 100644 --- a/geometry/Wall.h +++ b/geometry/Wall.h @@ -1,7 +1,7 @@ /** * \file Wall.h * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/main.cpp b/main.cpp index 841b89bb..57ac309b 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ /** * \file main.cpp * \date Jan 15, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/ForceModel.cpp b/math/ForceModel.cpp index 450b3d67..e143abef 100644 --- a/math/ForceModel.cpp +++ b/math/ForceModel.cpp @@ -1,7 +1,7 @@ /** * \file ForceModel.cpp * \date Dec 13, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/ForceModel.h b/math/ForceModel.h index 6e5cbd1e..ed08bf99 100644 --- a/math/ForceModel.h +++ b/math/ForceModel.h @@ -1,7 +1,7 @@ /** * \file ForceModel.h * \date Apr 15, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/GCFMModel.cpp b/math/GCFMModel.cpp index 65ccd986..af37616d 100644 --- a/math/GCFMModel.cpp +++ b/math/GCFMModel.cpp @@ -1,7 +1,7 @@ /** * \file GCFMModel.cpp * \date Apr 15, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/GCFMModel.h b/math/GCFMModel.h index 414f8c84..d97de63c 100644 --- a/math/GCFMModel.h +++ b/math/GCFMModel.h @@ -1,7 +1,7 @@ /** * \file GCFMModel.h * \date Apr 15, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/GompertzModel.cpp b/math/GompertzModel.cpp index 499da26f..35c63338 100644 --- a/math/GompertzModel.cpp +++ b/math/GompertzModel.cpp @@ -1,7 +1,7 @@ /** * \file GompertzModel.cpp * \date Apr 15, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/GompertzModel.h b/math/GompertzModel.h index f2a1df18..598074de 100644 --- a/math/GompertzModel.h +++ b/math/GompertzModel.h @@ -1,7 +1,7 @@ /** * \file GompertzModel.h * \date Apr 15, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/Mathematics.cpp b/math/Mathematics.cpp index e55e7630..ff851ee2 100644 --- a/math/Mathematics.cpp +++ b/math/Mathematics.cpp @@ -1,7 +1,7 @@ /** * \file Mathematics.cpp * \date Dec 13, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/Mathematics.h b/math/Mathematics.h index 66a278c2..282b6846 100644 --- a/math/Mathematics.h +++ b/math/Mathematics.h @@ -1,7 +1,7 @@ /** * \file Mathematics.h * \date Dec 13, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/ODESolver.cpp b/math/ODESolver.cpp index cc084ed6..449c4760 100644 --- a/math/ODESolver.cpp +++ b/math/ODESolver.cpp @@ -1,7 +1,7 @@ /** * \file ODESolver.cpp * \date Aug 17, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/ODESolver.h b/math/ODESolver.h index b7fed7ac..200ed395 100644 --- a/math/ODESolver.h +++ b/math/ODESolver.h @@ -1,7 +1,7 @@ /** * \file ODESolver.h * \date Aug 17, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/math/OperationalModel.cpp b/math/OperationalModel.cpp index f0564159..61d9c868 100644 --- a/math/OperationalModel.cpp +++ b/math/OperationalModel.cpp @@ -1,7 +1,7 @@ /** * \file OperationalModel.cpp * \date Nov. 11, 2014 - * \version v0.5 + * \version v0.6 * \author Ulrich Kemloh * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * diff --git a/math/OperationalModel.h b/math/OperationalModel.h index c862cc51..40ec7c42 100644 --- a/math/OperationalModel.h +++ b/math/OperationalModel.h @@ -1,7 +1,7 @@ /** * \file OperationalModel.h * \date Nov. 11, 2014 - * \version v0.5 + * \version v0.6 * \author Ulrich Kemloh * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * diff --git a/mpi/LCGrid.cpp b/mpi/LCGrid.cpp index 84a7b82c..82341e70 100644 --- a/mpi/LCGrid.cpp +++ b/mpi/LCGrid.cpp @@ -1,7 +1,7 @@ /** * \file LCGrid.cpp * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J?lich GmbH. All rights reserved. * * \section License diff --git a/mpi/LCGrid.h b/mpi/LCGrid.h index 5f7b66a5..050c92d8 100644 --- a/mpi/LCGrid.h +++ b/mpi/LCGrid.h @@ -1,7 +1,7 @@ /** * \file LCGrid.h * \date Nov 16, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J?lich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/AgentsParameters.cpp b/pedestrian/AgentsParameters.cpp index f1027591..975c1f1b 100644 --- a/pedestrian/AgentsParameters.cpp +++ b/pedestrian/AgentsParameters.cpp @@ -1,7 +1,7 @@ /** * \file AgentsParameters.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/AgentsParameters.h b/pedestrian/AgentsParameters.h index 6bb2021d..489d0df8 100644 --- a/pedestrian/AgentsParameters.h +++ b/pedestrian/AgentsParameters.h @@ -1,7 +1,7 @@ /** * \file AgentsParameters.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/Ellipse.cpp b/pedestrian/Ellipse.cpp index 02d2b856..61b45f25 100644 --- a/pedestrian/Ellipse.cpp +++ b/pedestrian/Ellipse.cpp @@ -1,7 +1,7 @@ /** * \file Ellipse.cpp * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/Ellipse.h b/pedestrian/Ellipse.h index f8eb11b9..568fe2e5 100644 --- a/pedestrian/Ellipse.h +++ b/pedestrian/Ellipse.h @@ -1,7 +1,7 @@ /** * \file Ellipse.h * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/PedDistributor.cpp b/pedestrian/PedDistributor.cpp index df8053ed..0533dad9 100644 --- a/pedestrian/PedDistributor.cpp +++ b/pedestrian/PedDistributor.cpp @@ -1,7 +1,7 @@ /** * \file PedDistributor.cpp * \date Oct 12, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/PedDistributor.h b/pedestrian/PedDistributor.h index f39d3745..5edac39b 100644 --- a/pedestrian/PedDistributor.h +++ b/pedestrian/PedDistributor.h @@ -1,7 +1,7 @@ /** * \file PedDistributor.h * \date Oct 12, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/Pedestrian.cpp b/pedestrian/Pedestrian.cpp index b79e8dfd..02eff83a 100644 --- a/pedestrian/Pedestrian.cpp +++ b/pedestrian/Pedestrian.cpp @@ -1,7 +1,7 @@ /** * \file Pedestrian.cpp * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/pedestrian/Pedestrian.h b/pedestrian/Pedestrian.h index d2aa06d2..68a4f7ff 100644 --- a/pedestrian/Pedestrian.h +++ b/pedestrian/Pedestrian.h @@ -1,7 +1,7 @@ /** * \file Pedestrian.h * \date Sep 30, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/AccessPoint.cpp b/routing/AccessPoint.cpp index 1f93599f..4089b4f5 100644 --- a/routing/AccessPoint.cpp +++ b/routing/AccessPoint.cpp @@ -1,7 +1,7 @@ /** * \file AccessPoint.cpp * \date Aug 24, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/AccessPoint.h b/routing/AccessPoint.h index 8afafa88..d10c719c 100644 --- a/routing/AccessPoint.h +++ b/routing/AccessPoint.h @@ -1,7 +1,7 @@ /** * \file AccessPoint.h * \date Aug 24, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J�lich GmbH. All rights reserved. * * \section License diff --git a/routing/CognitiveMapRouter.cpp b/routing/CognitiveMapRouter.cpp index a00f8c5d..3228e03a 100644 --- a/routing/CognitiveMapRouter.cpp +++ b/routing/CognitiveMapRouter.cpp @@ -1,7 +1,7 @@ /** * \file CognitiveMapRouter.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/CognitiveMapRouter.h b/routing/CognitiveMapRouter.h index 19e5e156..3a1f13a4 100644 --- a/routing/CognitiveMapRouter.h +++ b/routing/CognitiveMapRouter.h @@ -1,7 +1,7 @@ /** * \file CognitiveMapRouter.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/ConvexDecomp.h b/routing/ConvexDecomp.h index 6ce6fcff..ca7a6c1a 100644 --- a/routing/ConvexDecomp.h +++ b/routing/ConvexDecomp.h @@ -1,7 +1,7 @@ /** * \file ConvexDecomp.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DTriangulation.cpp b/routing/DTriangulation.cpp index ca6c48bf..7d7c37d3 100644 --- a/routing/DTriangulation.cpp +++ b/routing/DTriangulation.cpp @@ -1,7 +1,7 @@ /** * \file DTriangulation.cpp * \date Nov 30, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DTriangulation.h b/routing/DTriangulation.h index 8e98ea68..6b939b1d 100644 --- a/routing/DTriangulation.h +++ b/routing/DTriangulation.h @@ -1,7 +1,7 @@ /** * \file DTriangulation.h * \date Nov 30, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DirectionStrategy.cpp b/routing/DirectionStrategy.cpp index ec2088ee..c148e735 100644 --- a/routing/DirectionStrategy.cpp +++ b/routing/DirectionStrategy.cpp @@ -1,7 +1,7 @@ /** * \file DirectionStrategy.cpp * \date Dec 13, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DirectionStrategy.h b/routing/DirectionStrategy.h index 4f9b6e7d..5b88399b 100644 --- a/routing/DirectionStrategy.h +++ b/routing/DirectionStrategy.h @@ -1,7 +1,7 @@ /** * \file DirectionStrategy.h * \date Dec 13, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DummyRouter.cpp b/routing/DummyRouter.cpp index 43c65819..d6061029 100644 --- a/routing/DummyRouter.cpp +++ b/routing/DummyRouter.cpp @@ -1,7 +1,7 @@ /** * \file DummyRouter.cpp * \date Aug 7, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/DummyRouter.h b/routing/DummyRouter.h index 77d5da82..d9b8b9c3 100644 --- a/routing/DummyRouter.h +++ b/routing/DummyRouter.h @@ -1,7 +1,7 @@ /** * \file DummyRouter.h * \date Aug 7, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/GlobalRouter.cpp b/routing/GlobalRouter.cpp index 620bf195..919a352f 100644 --- a/routing/GlobalRouter.cpp +++ b/routing/GlobalRouter.cpp @@ -1,7 +1,7 @@ /** * \file GlobalRouter.cpp * \date Dec 15, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum J�lich GmbH. All rights reserved. * * \section License diff --git a/routing/GlobalRouter.h b/routing/GlobalRouter.h index 7c7122a3..5b2e2b89 100644 --- a/routing/GlobalRouter.h +++ b/routing/GlobalRouter.h @@ -1,7 +1,7 @@ /** * \file GlobalRouter.h * \date Dec 15, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/GraphRouter.cpp b/routing/GraphRouter.cpp index e4c6d9b5..4fcc74e7 100644 --- a/routing/GraphRouter.cpp +++ b/routing/GraphRouter.cpp @@ -1,7 +1,7 @@ /** * \file GraphRouter.cpp * \date Aug 20, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/GraphRouter.h b/routing/GraphRouter.h index d2bde8ad..80b635eb 100644 --- a/routing/GraphRouter.h +++ b/routing/GraphRouter.h @@ -1,7 +1,7 @@ /** * \file GraphRouter.h * \date Aug 20, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/MeshRouter.cpp b/routing/MeshRouter.cpp index 74bc8e05..5c204a0f 100644 --- a/routing/MeshRouter.cpp +++ b/routing/MeshRouter.cpp @@ -1,7 +1,7 @@ /** * \file MeshRouter.cpp * \date Aug 21, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/MeshRouter.h b/routing/MeshRouter.h index 68194940..ff3316e3 100644 --- a/routing/MeshRouter.h +++ b/routing/MeshRouter.h @@ -1,7 +1,7 @@ /** * \file MeshRouter.h * \date Aug 21, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/NavMesh.cpp b/routing/NavMesh.cpp index 1a6e9852..d3f26316 100644 --- a/routing/NavMesh.cpp +++ b/routing/NavMesh.cpp @@ -1,7 +1,7 @@ /** * \file NavMesh.cpp * \date Oct 29, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/NavMesh.h b/routing/NavMesh.h index 8561de8d..f2f8f5ee 100644 --- a/routing/NavMesh.h +++ b/routing/NavMesh.h @@ -1,7 +1,7 @@ /** * \file NavMesh.h * \date Oct 29, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/QuickestPathRouter.cpp b/routing/QuickestPathRouter.cpp index d67f93fe..692ed1d8 100644 --- a/routing/QuickestPathRouter.cpp +++ b/routing/QuickestPathRouter.cpp @@ -1,7 +1,7 @@ /** * \file QuickestPathRouter.cpp * \date Apr 20, 2011 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/QuickestPathRouter.h b/routing/QuickestPathRouter.h index cf066a63..f326af3d 100644 --- a/routing/QuickestPathRouter.h +++ b/routing/QuickestPathRouter.h @@ -1,7 +1,7 @@ /** * \file QuickestPathRouter.h * \date Apr 20, 2011 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/Router.cpp b/routing/Router.cpp index cb628171..f6c5e729 100644 --- a/routing/Router.cpp +++ b/routing/Router.cpp @@ -1,7 +1,7 @@ /** * \file Router.cpp * \date Nov 11, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/Router.h b/routing/Router.h index f236df0f..f150ec75 100644 --- a/routing/Router.h +++ b/routing/Router.h @@ -1,7 +1,7 @@ /** * \file Router.h * \date Nov 11, 2010 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/RoutingEngine.cpp b/routing/RoutingEngine.cpp index d89ded40..c0688cd5 100644 --- a/routing/RoutingEngine.cpp +++ b/routing/RoutingEngine.cpp @@ -1,7 +1,7 @@ /** * \file RoutingEngine.cpp * \date Jan 10, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/RoutingEngine.h b/routing/RoutingEngine.h index 4602d6ff..0e389137 100644 --- a/routing/RoutingEngine.h +++ b/routing/RoutingEngine.h @@ -1,7 +1,7 @@ /** * \file RoutingEngine.h * \date Jan 10, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/SafestPathRouter.cpp b/routing/SafestPathRouter.cpp index 6ff9bdcf..6f6bc088 100644 --- a/routing/SafestPathRouter.cpp +++ b/routing/SafestPathRouter.cpp @@ -1,7 +1,7 @@ /** * \file SafestPathRouter.cpp * \date Nov 29, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/SafestPathRouter.h b/routing/SafestPathRouter.h index 2aac3f85..8e7a2755 100644 --- a/routing/SafestPathRouter.h +++ b/routing/SafestPathRouter.h @@ -1,7 +1,7 @@ /** * \file SafestPathRouter.h * \date Nov 29, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/Triangulation.h b/routing/Triangulation.h index cb926a0a..02fc37a0 100644 --- a/routing/Triangulation.h +++ b/routing/Triangulation.h @@ -1,7 +1,7 @@ /** * \file Triangulation.h * \date Nov 30, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/AbstractCognitiveMapCreator.cpp b/routing/cognitive_map/AbstractCognitiveMapCreator.cpp index 1b3285aa..956ddfeb 100644 --- a/routing/cognitive_map/AbstractCognitiveMapCreator.cpp +++ b/routing/cognitive_map/AbstractCognitiveMapCreator.cpp @@ -1,7 +1,7 @@ /** * \file AbstractCognitiveMapCreator.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/AbstractCognitiveMapCreator.h b/routing/cognitive_map/AbstractCognitiveMapCreator.h index eecbe35f..54ea481f 100644 --- a/routing/cognitive_map/AbstractCognitiveMapCreator.h +++ b/routing/cognitive_map/AbstractCognitiveMapCreator.h @@ -1,7 +1,7 @@ /** * \file AbstractCognitiveMapCreator.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CognitiveMap.cpp b/routing/cognitive_map/CognitiveMap.cpp index e5303eff..b6a6e4dd 100644 --- a/routing/cognitive_map/CognitiveMap.cpp +++ b/routing/cognitive_map/CognitiveMap.cpp @@ -1,7 +1,7 @@ /** * \file CognitiveMap.cpp * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CognitiveMap.h b/routing/cognitive_map/CognitiveMap.h index 030bff60..232a6aaf 100644 --- a/routing/cognitive_map/CognitiveMap.h +++ b/routing/cognitive_map/CognitiveMap.h @@ -1,7 +1,7 @@ /** * \file CognitiveMap.h * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CognitiveMapStorage.cpp b/routing/cognitive_map/CognitiveMapStorage.cpp index 5584d299..0de2d66e 100644 --- a/routing/cognitive_map/CognitiveMapStorage.cpp +++ b/routing/cognitive_map/CognitiveMapStorage.cpp @@ -1,7 +1,7 @@ /** * \file CognitiveMapStorage.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CognitiveMapStorage.h b/routing/cognitive_map/CognitiveMapStorage.h index 65f623f4..86fb7283 100644 --- a/routing/cognitive_map/CognitiveMapStorage.h +++ b/routing/cognitive_map/CognitiveMapStorage.h @@ -1,7 +1,7 @@ /** * \file CognitiveMapStorage.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CompleteCognitiveMapCreator.cpp b/routing/cognitive_map/CompleteCognitiveMapCreator.cpp index dba5c3cf..99659fc3 100644 --- a/routing/cognitive_map/CompleteCognitiveMapCreator.cpp +++ b/routing/cognitive_map/CompleteCognitiveMapCreator.cpp @@ -1,7 +1,7 @@ /** * \file CompleteCognitiveMapCreator.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/CompleteCognitiveMapCreator.h b/routing/cognitive_map/CompleteCognitiveMapCreator.h index 00f39916..2ad29fe8 100644 --- a/routing/cognitive_map/CompleteCognitiveMapCreator.h +++ b/routing/cognitive_map/CompleteCognitiveMapCreator.h @@ -1,7 +1,7 @@ /** * \file CompleteCognitiveMapCreator.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/EmptyCognitiveMapCreator.cpp b/routing/cognitive_map/EmptyCognitiveMapCreator.cpp index d6050fa1..b751fb6d 100644 --- a/routing/cognitive_map/EmptyCognitiveMapCreator.cpp +++ b/routing/cognitive_map/EmptyCognitiveMapCreator.cpp @@ -1,7 +1,7 @@ /** * \file EmptyCognitiveMapCreator.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/EmptyCognitiveMapCreator.h b/routing/cognitive_map/EmptyCognitiveMapCreator.h index 23107982..688e63d4 100644 --- a/routing/cognitive_map/EmptyCognitiveMapCreator.h +++ b/routing/cognitive_map/EmptyCognitiveMapCreator.h @@ -1,7 +1,7 @@ /** * \file EmptyCognitiveMapCreator.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/NavigationGraph.cpp b/routing/cognitive_map/NavigationGraph.cpp index 0141411d..e57a7be3 100644 --- a/routing/cognitive_map/NavigationGraph.cpp +++ b/routing/cognitive_map/NavigationGraph.cpp @@ -1,7 +1,7 @@ /** * \file NavigationGraph.cpp * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/NavigationGraph.h b/routing/cognitive_map/NavigationGraph.h index 0ea98fdb..08894e09 100644 --- a/routing/cognitive_map/NavigationGraph.h +++ b/routing/cognitive_map/NavigationGraph.h @@ -1,7 +1,7 @@ /** * \file NavigationGraph.h * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/navigation_graph/GraphEdge.cpp b/routing/cognitive_map/navigation_graph/GraphEdge.cpp index 1feadaf6..1bf8a96a 100644 --- a/routing/cognitive_map/navigation_graph/GraphEdge.cpp +++ b/routing/cognitive_map/navigation_graph/GraphEdge.cpp @@ -1,7 +1,7 @@ /** * \file GraphEdge.cpp * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/navigation_graph/GraphEdge.h b/routing/cognitive_map/navigation_graph/GraphEdge.h index 6e35ea2f..22e503b6 100644 --- a/routing/cognitive_map/navigation_graph/GraphEdge.h +++ b/routing/cognitive_map/navigation_graph/GraphEdge.h @@ -1,7 +1,7 @@ /** * \file GraphEdge.h * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/navigation_graph/GraphVertex.cpp b/routing/cognitive_map/navigation_graph/GraphVertex.cpp index a628d671..8709a0e0 100644 --- a/routing/cognitive_map/navigation_graph/GraphVertex.cpp +++ b/routing/cognitive_map/navigation_graph/GraphVertex.cpp @@ -1,7 +1,7 @@ /** * \file GraphVertex.cpp * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/navigation_graph/GraphVertex.h b/routing/cognitive_map/navigation_graph/GraphVertex.h index 0b77db99..922fff0a 100644 --- a/routing/cognitive_map/navigation_graph/GraphVertex.h +++ b/routing/cognitive_map/navigation_graph/GraphVertex.h @@ -1,7 +1,7 @@ /** * \file GraphVertex.h * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/AbstractSensor.cpp b/routing/cognitive_map/sensor/AbstractSensor.cpp index 757a5b5a..510670bc 100644 --- a/routing/cognitive_map/sensor/AbstractSensor.cpp +++ b/routing/cognitive_map/sensor/AbstractSensor.cpp @@ -1,7 +1,7 @@ /** * \file AbstractSensor.cpp * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/AbstractSensor.h b/routing/cognitive_map/sensor/AbstractSensor.h index 3477e972..3cdc991c 100644 --- a/routing/cognitive_map/sensor/AbstractSensor.h +++ b/routing/cognitive_map/sensor/AbstractSensor.h @@ -1,7 +1,7 @@ /** * \file AbstractSensor.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/RoomToFloorSensor.cpp b/routing/cognitive_map/sensor/RoomToFloorSensor.cpp index d7aa209b..8f9388f2 100644 --- a/routing/cognitive_map/sensor/RoomToFloorSensor.cpp +++ b/routing/cognitive_map/sensor/RoomToFloorSensor.cpp @@ -1,7 +1,7 @@ /** * \file RoomToFloorSensor.cpp * \date Mar 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/RoomToFloorSensor.h b/routing/cognitive_map/sensor/RoomToFloorSensor.h index 787fa225..3d1f15a5 100644 --- a/routing/cognitive_map/sensor/RoomToFloorSensor.h +++ b/routing/cognitive_map/sensor/RoomToFloorSensor.h @@ -1,7 +1,7 @@ /** * \file RoomToFloorSensor.h * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/SensorManager.cpp b/routing/cognitive_map/sensor/SensorManager.cpp index e8ae96de..42169be6 100644 --- a/routing/cognitive_map/sensor/SensorManager.cpp +++ b/routing/cognitive_map/sensor/SensorManager.cpp @@ -1,7 +1,7 @@ /** * \file CompleteCognitiveMapCreator.cpp * \date Feb 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/cognitive_map/sensor/SensorManager.h b/routing/cognitive_map/sensor/SensorManager.h index 47f98962..b8132635 100644 --- a/routing/cognitive_map/sensor/SensorManager.h +++ b/routing/cognitive_map/sensor/SensorManager.h @@ -1,7 +1,7 @@ /** * \file SensorManager.h * \date Jan 1, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/NavLineState.cpp b/routing/graph/NavLineState.cpp index 0b35f5f0..fd1201c2 100644 --- a/routing/graph/NavLineState.cpp +++ b/routing/graph/NavLineState.cpp @@ -1,7 +1,7 @@ /** * \file NAvLineState.cpp * \date Sep 18, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/NavLineState.h b/routing/graph/NavLineState.h index 07c909db..cced43dd 100644 --- a/routing/graph/NavLineState.h +++ b/routing/graph/NavLineState.h @@ -1,7 +1,7 @@ /** * \file NavLineState.h * \date Sep 18, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/RoutingGraph.cpp b/routing/graph/RoutingGraph.cpp index c0d09770..8dfb04e9 100644 --- a/routing/graph/RoutingGraph.cpp +++ b/routing/graph/RoutingGraph.cpp @@ -1,7 +1,7 @@ /** * \file RoutingGraph.cpp * \date Aug 20, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/RoutingGraph.h b/routing/graph/RoutingGraph.h index d113023f..2bf0b734 100644 --- a/routing/graph/RoutingGraph.h +++ b/routing/graph/RoutingGraph.h @@ -1,7 +1,7 @@ /** * \file GraphRouter.h * \date Aug 20, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/RoutingGraphStorage.cpp b/routing/graph/RoutingGraphStorage.cpp index dfa93a5e..7cfaf7d1 100644 --- a/routing/graph/RoutingGraphStorage.cpp +++ b/routing/graph/RoutingGraphStorage.cpp @@ -1,7 +1,7 @@ /** * \file RoutingGraphStorage.cpp * \date Sep 10, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/graph/RoutingGraphStorage.h b/routing/graph/RoutingGraphStorage.h index 2d0355af..e0e7e85b 100644 --- a/routing/graph/RoutingGraphStorage.h +++ b/routing/graph/RoutingGraphStorage.h @@ -1,7 +1,7 @@ /** * \file RoutingGraphStorage.h * \date Sep 10, 2012 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/mesh/Mesh.cpp b/routing/mesh/Mesh.cpp index 3569037a..cd2abf79 100644 --- a/routing/mesh/Mesh.cpp +++ b/routing/mesh/Mesh.cpp @@ -1,7 +1,7 @@ /** * \file mesh.cpp * \date Aug 21, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/routing/mesh/Mesh.h b/routing/mesh/Mesh.h index a6b360d0..fafb1fea 100644 --- a/routing/mesh/Mesh.h +++ b/routing/mesh/Mesh.h @@ -1,7 +1,7 @@ /** * \file Mesh.h * \date Aug 21, 2013 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/tinyxml/tinystr.h b/tinyxml/tinystr.h index 2d5173bf..c6abd175 100644 --- a/tinyxml/tinystr.h +++ b/tinyxml/tinystr.h @@ -1,7 +1,7 @@ /** * \file tinystr.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License diff --git a/tinyxml/tinyxml.h b/tinyxml/tinyxml.h index c4b46750..0859f364 100644 --- a/tinyxml/tinyxml.h +++ b/tinyxml/tinyxml.h @@ -1,7 +1,7 @@ /** * \file tinyxml.h * \date Jul 4, 2014 - * \version v0.5 + * \version v0.6 * \copyright <2009-2014> Forschungszentrum Jülich GmbH. All rights reserved. * * \section License -- GitLab