Skip to content

Commit

Permalink
renamed ConfigTree source files
Browse files Browse the repository at this point in the history
  • Loading branch information
chleh committed Feb 2, 2016
1 parent c36fdd8 commit 896f553
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Applications/ApplicationsLib/ProjectData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "FileIO/XmlIO/Boost/BoostXmlGmlInterface.h"
#include "FileIO/readMeshFromFile.h"

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

namespace detail
{
Expand Down
2 changes: 1 addition & 1 deletion Applications/ApplicationsLib/ProjectData.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <memory>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

#include "GeoLib/GEOObjects.h"

Expand Down
2 changes: 1 addition & 1 deletion BaseLib/ConfigTreeNew-impl.h → BaseLib/ConfigTree-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
*/

#include "ConfigTreeNew.h"
#include "ConfigTree.h"

namespace BaseLib
{
Expand Down
2 changes: 1 addition & 1 deletion BaseLib/ConfigTreeNew.cpp → BaseLib/ConfigTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

#include <logog/include/logog.hpp>
#include "ConfigTreeNew.h"
#include "ConfigTree.h"

// Explicitly instantiate the boost::property_tree::ptree which is a typedef to
// the following basic_ptree.
Expand Down
2 changes: 1 addition & 1 deletion BaseLib/ConfigTreeNew.h → BaseLib/ConfigTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ class ConfigTree final

}

#include "ConfigTreeNew-impl.h"
#include "ConfigTree-impl.h"


#endif // BASELIB_CONFIGTREE_H_
Expand Down
2 changes: 1 addition & 1 deletion BaseLib/ConfigTreeUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef BASELIB_CONFIGTREEUTIL
#define BASELIB_CONFIGTREEUTIL

#include "ConfigTreeNew.h"
#include "ConfigTree.h"

namespace BaseLib
{
Expand Down
2 changes: 1 addition & 1 deletion FileIO/XmlIO/Boost/BoostXmlGmlInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <vector>


#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "FileIO/XmlIO/XMLInterface.h"

namespace GeoLib
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/Eigen/EigenLinearSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <logog/include/logog.hpp>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "EigenVector.h"
#include "EigenMatrix.h"
#include "EigenTools.h"
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/Eigen/EigenLinearSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <vector>


#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "EigenVector.h"
#include "EigenOption.h"

Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif
#include <logog/include/logog.hpp>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MathLib/LinAlg/Eigen/EigenMatrix.h"
#include "MathLib/LinAlg/Eigen/EigenVector.h"
#include "MathLib/LinAlg/Lis/LisMatrix.h"
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <lis.h>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MathLib/LinAlg/Lis/LisOption.h"

namespace MathLib
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/LinearSolverOptions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

namespace MathLib
{
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/Lis/LisLinearSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <lis.h>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

#include "LisOption.h"
#include "LisVector.h"
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/Lis/LisOption.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <logog/include/logog.hpp>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MathLib/LinAlg/LinearSolverOptions.h"

namespace MathLib
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/PETSc/PETScLinearSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include "logog/include/logog.hpp"

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

#include "PETScMatrix.h"
#include "PETScVector.h"
Expand Down
2 changes: 1 addition & 1 deletion MathLib/LinAlg/Solvers/GaussAlgorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <cstddef>


#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "../Dense/DenseMatrix.h"
#include "TriangularSolve.h"

Expand Down
2 changes: 1 addition & 1 deletion NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <limits>
#include <cassert>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "logog/include/logog.hpp"

namespace NumLib
Expand Down
2 changes: 1 addition & 1 deletion NumLib/TimeStepping/Algorithms/FixedTimeStepping.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <vector>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "ITimeStepAlgorithm.h"

namespace NumLib
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/InitialCondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Mesh.h"

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

namespace ProcessLib
{
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/InitialCondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define PROCESS_LIB_INITIAL_CONDITION_H_

#include <cassert>
#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MeshLib/Node.h"
#include "MeshLib/PropertyVector.h"

Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/NeumannBcConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "logog/include/logog.hpp"

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MathLib/ConstantFunction.h"
#include "MeshGeoToolsLib/BoundaryElementsSearcher.h"
#include "MeshLib/Elements/Element.h"
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/Parameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <logog/include/logog.hpp>
#include <boost/optional.hpp>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "MeshLib/Elements/Element.h"

namespace MeshLib
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "AssemblerLib/ComputeSparsityPattern.h"
#include "AssemblerLib/LocalToGlobalIndexMap.h"
#include "AssemblerLib/VectorMatrixAssembler.h"
#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "FileIO/VtkIO/VtuInterface.h"
#include "MathLib/LinAlg/ApplyKnownSolution.h"
#include "MathLib/LinAlg/SetMatrixSparsity.h"
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/ProcessVariable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "GeoLib/GEOObjects.h"
#include "MeshLib/Mesh.h"

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

namespace ProcessLib
{
Expand Down
2 changes: 1 addition & 1 deletion ProcessLib/UniformDirichletBoundaryCondition.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "NumericsConfig.h" // for GlobalIndexType

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"
#include "AssemblerLib/LocalToGlobalIndexMap.h"
#include "MeshGeoToolsLib/MeshNodeSearcher.h"

Expand Down
2 changes: 1 addition & 1 deletion Tests/BaseLib/TestConfigTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <boost/property_tree/xml_parser.hpp>
#include <sstream>

#include "BaseLib/ConfigTreeNew.h"
#include "BaseLib/ConfigTree.h"

// make useful line numbers appear in the output of gtest
#define EXPECT_ERR_WARN(cbs, error, warning) do { \
Expand Down

0 comments on commit 896f553

Please sign in to comment.