From 3af05982856b5f31996de5086b848ddcaab81b0d Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 28 Jun 2012 11:20:59 +0200 Subject: [PATCH] More unifying. --- BaseLib/CPUTime.cpp | 2 +- BaseLib/CPUTime.h | 2 +- BaseLib/DateTools.cpp | 2 +- BaseLib/DateTools.h | 3 ++- BaseLib/FileFinder.h | 3 ++- BaseLib/MemWatch.cpp | 2 +- BaseLib/MemWatch.h | 2 +- BaseLib/RunTime.cpp | 2 +- BaseLib/RunTime.h | 2 +- BaseLib/StringTools.cpp | 2 +- BaseLib/printList.h | 2 +- BaseLib/quicksort.h | 2 +- BaseLib/uniqueListInsert.h | 2 +- BaseLib/wait.h | 3 ++- FemLib/DistributionInfo.cpp | 2 +- FemLib/DistributionInfo.h | 2 +- FemLib/FEMCondition.cpp | 3 ++- FemLib/FEMCondition.h | 5 +++-- FemLib/FEMEnums.cpp | 2 +- FemLib/FEMEnums.h | 11 ++++++----- FemLib/GeoInfo.cpp | 2 +- FemLib/GeoInfo.h | 2 +- FemLib/ProcessInfo.cpp | 2 +- FemLib/ProcessInfo.h | 2 +- FileIO/XmlIO/XMLInterface.cpp | 3 ++- FileIO/XmlIO/XMLInterface.h | 3 ++- FileIO/XmlIO/XmlCndInterface.cpp | 7 ++++--- FileIO/XmlIO/XmlCndInterface.h | 5 +++-- FileIO/XmlIO/XmlGmlInterface.cpp | 3 ++- FileIO/XmlIO/XmlGmlInterface.h | 3 ++- FileIO/XmlIO/XmlGspInterface.cpp | 5 +++-- FileIO/XmlIO/XmlGspInterface.h | 5 +++-- FileIO/XmlIO/XmlLutReader.h | 11 ++++++----- FileIO/XmlIO/XmlStnInterface.cpp | 7 ++++--- FileIO/XmlIO/XmlStnInterface.h | 3 ++- GeoLib/AxisAlignedBoundingBox.cpp | 2 +- GeoLib/AxisAlignedBoundingBox.h | 2 +- GeoLib/BruteForceClosestPair.cpp | 2 +- GeoLib/BruteForceClosestPair.h | 2 +- GeoLib/ClosestPair.h | 2 +- GeoLib/Color.cpp | 2 +- GeoLib/Color.h | 3 ++- GeoLib/GEOObjects.cpp | 2 +- GeoLib/GEOObjects.h | 2 +- GeoLib/GeoObject.h | 2 +- GeoLib/GeoType.cpp | 2 +- GeoLib/GeoType.h | 2 +- GeoLib/Grid.h | 2 +- GeoLib/OctTree.h | 2 +- GeoLib/Point.cpp | 2 +- GeoLib/PointVec.cpp | 2 +- GeoLib/PointVec.h | 2 +- GeoLib/PointWithID.h | 2 +- GeoLib/Polygon.cpp | 2 +- GeoLib/Polygon.h | 2 +- GeoLib/Polyline.cpp | 2 +- GeoLib/Polyline.h | 2 +- GeoLib/PolylineVec.h | 2 +- GeoLib/PropertyBounds.h | 3 ++- GeoLib/QuadTree.h | 2 +- GeoLib/Raster.cpp | 2 +- GeoLib/Raster.h | 2 +- GeoLib/SimplePolygonTree.cpp | 2 +- GeoLib/SimplePolygonTree.h | 2 +- GeoLib/Station.cpp | 5 +++-- GeoLib/Station.h | 3 ++- GeoLib/Surface.cpp | 2 +- GeoLib/Surface.h | 2 +- GeoLib/SurfaceVec.h | 2 +- GeoLib/TemplatePoint.h | 2 +- GeoLib/TemplateVec.h | 2 +- GeoLib/Triangle.cpp | 2 +- GeoLib/Triangle.h | 2 +- MathLib/AnalyticalGeometry.cpp | 2 +- MathLib/AnalyticalGeometry.h | 2 +- MathLib/EarClippingTriangulation.cpp | 2 +- MathLib/EarClippingTriangulation.h | 2 +- .../LinearIntervalInterpolation.h | 2 +- .../PiecewiseLinearInterpolation.cpp | 2 +- .../PiecewiseLinearInterpolation.h | 2 +- MathLib/LinAlg/Dense/Matrix.h | 2 +- MathLib/LinAlg/MatrixBase.h | 2 +- MathLib/LinAlg/Preconditioner/generateDiagPrecond.h | 2 +- MathLib/LinAlg/Solvers/BiCGStab.cpp | 2 +- MathLib/LinAlg/Solvers/BiCGStab.h | 2 +- MathLib/LinAlg/Solvers/CG.cpp | 2 +- MathLib/LinAlg/Solvers/CG.h | 2 +- MathLib/LinAlg/Solvers/CGParallel.cpp | 2 +- MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h | 2 +- MathLib/LinAlg/Solvers/DirectLinearSolver.h | 2 +- MathLib/LinAlg/Solvers/GMRes.cpp | 2 +- MathLib/LinAlg/Solvers/GMRes.h | 2 +- MathLib/LinAlg/Solvers/GaussAlgorithm.cpp | 2 +- MathLib/LinAlg/Solvers/GaussAlgorithm.h | 2 +- MathLib/LinAlg/Solvers/IterativeLinearSolver.h | 2 +- MathLib/LinAlg/Solvers/LinearSolver.h | 2 +- MathLib/LinAlg/Solvers/TriangularSolve.cpp | 2 +- MathLib/LinAlg/Solvers/TriangularSolve.h | 2 +- MathLib/LinAlg/Solvers/solver.h | 2 +- MathLib/LinAlg/Sparse/CRSMatrix.h | 2 +- MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h | 2 +- MathLib/LinAlg/Sparse/CRSMatrixPThreads.h | 2 +- MathLib/LinAlg/Sparse/CRSSymMatrix.h | 2 +- MathLib/LinAlg/Sparse/CRSTranspose.h | 2 +- .../Sparse/NestedDissectionPermutation/AdjMat.cpp | 2 +- .../Sparse/NestedDissectionPermutation/AdjMat.h | 2 +- .../CRSMatrixReordered.cpp | 2 +- .../NestedDissectionPermutation/CRSMatrixReordered.h | 2 +- .../CRSMatrixReorderedOpenMP.cpp | 2 +- .../CRSMatrixReorderedOpenMP.h | 2 +- .../Sparse/NestedDissectionPermutation/Cluster.cpp | 2 +- .../Sparse/NestedDissectionPermutation/Cluster.h | 2 +- .../NestedDissectionPermutation/ClusterBase.cpp | 2 +- .../Sparse/NestedDissectionPermutation/ClusterBase.h | 2 +- .../Sparse/NestedDissectionPermutation/Separator.cpp | 2 +- .../Sparse/NestedDissectionPermutation/Separator.h | 2 +- MathLib/LinAlg/Sparse/amuxCRS.cpp | 2 +- MathLib/LinAlg/VectorNorms.h | 2 +- MathLib/MathTools.cpp | 2 +- MathLib/MathTools.h | 2 +- MathLib/max.h | 2 +- OGS/ProjectData.cpp | 7 ++++--- OGS/ProjectData.h | 5 +++-- SimpleTests/MatrixTests/MatMult.cpp | 2 +- SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp | 2 +- SimpleTests/MatrixTests/MatVecMultNDPerm.cpp | 2 +- SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp | 2 +- SimpleTests/MeshTests/MeshRead.cpp | 2 +- SimpleTests/SolverTests/GMResDiagPrecond.cpp | 2 +- 129 files changed, 172 insertions(+), 149 deletions(-) diff --git a/BaseLib/CPUTime.cpp b/BaseLib/CPUTime.cpp index 567c02f333f..98150a9d56b 100644 --- a/BaseLib/CPUTime.cpp +++ b/BaseLib/CPUTime.cpp @@ -1,7 +1,7 @@ /** * \file CPUTime.cpp * - * Created on 2012-05-10 by Thomas Fischer + * Created on 2012-05-10 by Thomas Fischer */ #include "CPUTime.h" diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index c082507a60f..1d8ae0f3eb1 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -1,7 +1,7 @@ /** * \file CPUTime.h * - * Created on 2012-05-10 by Thomas Fischer + * Created on 2012-05-10 by Thomas Fischer */ #ifndef CPUTIME_H diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index 8e8516bddad..20bdc7bde9b 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -1,7 +1,7 @@ /** * \file DateTools.cpp * - * Created on 2010-06-16 by Karsten Rink + * Created on 2010-06-16 by Karsten Rink */ #include "DateTools.h" diff --git a/BaseLib/DateTools.h b/BaseLib/DateTools.h index 1427e6ac08c..d8624736e8f 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -1,6 +1,7 @@ /** * \file DateTools.h - * 22/01/2010 KR Initial implementation + * + * Created on 2010-01-22 by Karsten Rink */ #ifndef DATETOOLS_H diff --git a/BaseLib/FileFinder.h b/BaseLib/FileFinder.h index d518839e678..7ac22ea8214 100644 --- a/BaseLib/FileFinder.h +++ b/BaseLib/FileFinder.h @@ -1,6 +1,7 @@ /** * \file FileFinder.h - * 26/10/2010 KR Initial implementation + * + * Created on 2010-10-26 by Karsten Rink */ #ifndef FILEFINDER_H diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index 8d9eddf35a4..5c39fbb7ac5 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -1,7 +1,7 @@ /** * \file MemWatch.cpp * - * Created on 2012-05-07 by Thomas Fischer + * Created on 2012-05-07 by Thomas Fischer */ #include "MemWatch.h" diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index 0f8f5ebf691..bf4a05eb840 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -1,7 +1,7 @@ /** * \file MemWatch.h * - * Created on 2012-05-07 by Thomas Fischer + * Created on 2012-05-07 by Thomas Fischer */ #ifndef MEMWATCH_H_ diff --git a/BaseLib/RunTime.cpp b/BaseLib/RunTime.cpp index c8a84ddd3ce..155bbdd52d2 100644 --- a/BaseLib/RunTime.cpp +++ b/BaseLib/RunTime.cpp @@ -1,7 +1,7 @@ /** * \file RunTime.cpp * - * Created on 2012-05-10 by Thomas Fischer + * Created on 2012-05-10 by Thomas Fischer */ #include "RunTime.h" diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 83d6e3b8897..5828e810674 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -1,7 +1,7 @@ /** * \file RunTime.h * - * Created on 2012-05-10 by Thomas Fischer + * Created on 2012-05-10 by Thomas Fischer */ #ifndef RUNTIME_H diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index aec28f1ee2e..d30b241c1a9 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -1,7 +1,7 @@ /** * \file StringTools.cpp * - * Created on 2010-06-16 by Thomas Fischer + * Created on 2010-06-16 by Thomas Fischer */ #include "StringTools.h" diff --git a/BaseLib/printList.h b/BaseLib/printList.h index 2a814f25fc4..21a6f80984b 100644 --- a/BaseLib/printList.h +++ b/BaseLib/printList.h @@ -1,7 +1,7 @@ /** * \file printList.h * - * Created on 2011-02-23 by Thomas Fischer + * Created on 2011-02-23 by Thomas Fischer */ #ifndef PRINTLIST_H_ diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index d84f88f67ff..2c6037d019b 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -1,7 +1,7 @@ /** * \file quicksort.h * - * Created on 2010-05-26 by Thomas Fischer + * Created on 2010-05-26 by Thomas Fischer */ #ifndef QUICKSORT_H_ diff --git a/BaseLib/uniqueListInsert.h b/BaseLib/uniqueListInsert.h index b8da1df8ac8..537afcf31a1 100644 --- a/BaseLib/uniqueListInsert.h +++ b/BaseLib/uniqueListInsert.h @@ -1,7 +1,7 @@ /** * \file uniqueListInsert.h * - * Created on 2011-02-23 by Thomas Fischer + * Created on 2011-02-23 by Thomas Fischer */ #ifndef UNIQUELISTINSERT_H_ diff --git a/BaseLib/wait.h b/BaseLib/wait.h index c56de031139..b9b1fe07551 100644 --- a/BaseLib/wait.h +++ b/BaseLib/wait.h @@ -1,6 +1,7 @@ /** * \file DateTools.h - * 2011/02/17 KR Initial implementation + * + * Created on 2011-02-17 by Karsten Rink */ diff --git a/FemLib/DistributionInfo.cpp b/FemLib/DistributionInfo.cpp index d0e4ff91736..243b298987f 100644 --- a/FemLib/DistributionInfo.cpp +++ b/FemLib/DistributionInfo.cpp @@ -1,7 +1,7 @@ /** * \file DistributionInfo.cpp * - * Created on 2010-09-28 by Thomas Fischer + * Created on 2010-09-28 by Thomas Fischer */ #include "DistributionInfo.h" diff --git a/FemLib/DistributionInfo.h b/FemLib/DistributionInfo.h index 583461c0a63..aad75099998 100644 --- a/FemLib/DistributionInfo.h +++ b/FemLib/DistributionInfo.h @@ -1,7 +1,7 @@ /** * \file DistributionInfo.h * - * Created on 2010-09-28 by Thomas Fischer + * Created on 2010-09-28 by Thomas Fischer */ #ifndef DISTRIBUTIONINFO_H_ diff --git a/FemLib/FEMCondition.cpp b/FemLib/FEMCondition.cpp index 5f5ec2a1f41..f43d2314b90 100644 --- a/FemLib/FEMCondition.cpp +++ b/FemLib/FEMCondition.cpp @@ -1,6 +1,7 @@ /** * \file FEMCondition.cpp - * 25/11/2010 KR inital implementation + * + * Created on 2010-11-25 by Karsten Rink * */ diff --git a/FemLib/FEMCondition.h b/FemLib/FEMCondition.h index b16d21044c7..b4adbdfcd1f 100644 --- a/FemLib/FEMCondition.h +++ b/FemLib/FEMCondition.h @@ -1,6 +1,7 @@ /** * \file FEMCondition.h - * 25/11/2010 KR inital implementation + * + * Created on 2010-11-25 by Karsten Rink * */ @@ -77,7 +78,7 @@ public: /// The first value specifies the point id, the second the value for that point. void setDisValues(const std::vector< std::pair<size_t, double> > &dis_values); - /// Removes all distribution values + /// Removes all distribution values void clearDisValues() { _disValues.resize(0); }; /// Sets the name of the geo-object the condition is assigned to. diff --git a/FemLib/FEMEnums.cpp b/FemLib/FEMEnums.cpp index 70a4604603e..c830789d035 100644 --- a/FemLib/FEMEnums.cpp +++ b/FemLib/FEMEnums.cpp @@ -1,7 +1,7 @@ /** * \file FEMEnums.cpp * - * Created on 2010-09-02 by Thomas Fischer + * Created on 2010-09-02 by Thomas Fischer */ #include "FEMEnums.h" diff --git a/FemLib/FEMEnums.h b/FemLib/FEMEnums.h index 805eae4fedc..627ce286513 100644 --- a/FemLib/FEMEnums.h +++ b/FemLib/FEMEnums.h @@ -1,6 +1,7 @@ /** * \file FEMEnums.h - * 31/08/2010 KR inital implementation + * + * Created on 2010-08-31 by Karsten Rink * */ @@ -205,7 +206,7 @@ const std::list<std::string> getAllDistributionNames(); /** \brief Types of error method supported by OpenGeoSys. * If you change this enum, make sure you apply the changes to * the functions convertErrorMethod(), convertErrorMethodToString() - Non-Linear and Coupling options (see also CRFProcess::CalcIterationNODError()): + Non-Linear and Coupling options (see also CRFProcess::CalcIterationNODError()): --> LMAX: max(|x1-x0|) -- Infinity norm: Local max error (across all elements) of solution vector delta (absolute error). Tolerance required for each primary variable. --> ENORM: |x1-x0| -- Euclidian norm: Norm of the solution vector delta (absolute error). Norm taken over entire solution vector (all primary variables) and checked against a single tolerance. --> EVNORM: |x1-x0| -- Euclidian varient norm: Norm of the solution vector delta (absolute error). Norm taken over solution vector of each primary variable, checked againes a tolerence specific to each variable. @@ -214,10 +215,10 @@ const std::list<std::string> getAllDistributionNames(); */ enum ErrorMethod { - INVALID_ERROR_METHOD = 0, + INVALID_ERROR_METHOD = 0, LMAX, - ENORM, - EVNORM, + ENORM, + EVNORM, ERNORM, BNORM }; diff --git a/FemLib/GeoInfo.cpp b/FemLib/GeoInfo.cpp index b29bde83fb5..b5518620ba4 100644 --- a/FemLib/GeoInfo.cpp +++ b/FemLib/GeoInfo.cpp @@ -1,7 +1,7 @@ /** * \file GeoInfo.cpp * - * Created on 2010-06-18 by Thomas Fischer + * Created on 2010-06-18 by Thomas Fischer */ // STL diff --git a/FemLib/GeoInfo.h b/FemLib/GeoInfo.h index 9ebd67100f8..cdb5f32855e 100644 --- a/FemLib/GeoInfo.h +++ b/FemLib/GeoInfo.h @@ -1,7 +1,7 @@ /** * \file GeoInfo.h * - * Created on 2010-06-18 by Thomas Fischer + * Created on 2010-06-18 by Thomas Fischer */ #ifndef GEOINFO_H_ diff --git a/FemLib/ProcessInfo.cpp b/FemLib/ProcessInfo.cpp index 9146dd4773a..f67dbc20a7f 100644 --- a/FemLib/ProcessInfo.cpp +++ b/FemLib/ProcessInfo.cpp @@ -1,7 +1,7 @@ /** * \file ProcessInfo.cpp * - * Created on 2010-09-02 by Thomas Fischer + * Created on 2010-09-02 by Thomas Fischer */ //#include "rf_pcs.h" diff --git a/FemLib/ProcessInfo.h b/FemLib/ProcessInfo.h index 079daa280a8..1f0138d54c1 100644 --- a/FemLib/ProcessInfo.h +++ b/FemLib/ProcessInfo.h @@ -1,7 +1,7 @@ /** * \file ProcessInfo.h * - * Created on 2010-09-02 by Thomas Fischer + * Created on 2010-09-02 by Thomas Fischer */ #ifndef PROCESSINFO_H_ diff --git a/FileIO/XmlIO/XMLInterface.cpp b/FileIO/XmlIO/XMLInterface.cpp index 0518da99a8e..088d31ffdd9 100644 --- a/FileIO/XmlIO/XMLInterface.cpp +++ b/FileIO/XmlIO/XMLInterface.cpp @@ -1,6 +1,7 @@ /** * \file XMLInterface.cpp - * 18/02/2010 KR Initial implementation + * + * Created on 2010-18-02 by Karsten Rink */ #include "ProjectData.h" diff --git a/FileIO/XmlIO/XMLInterface.h b/FileIO/XmlIO/XMLInterface.h index 09dc9082839..52a7717ba46 100644 --- a/FileIO/XmlIO/XMLInterface.h +++ b/FileIO/XmlIO/XMLInterface.h @@ -1,6 +1,7 @@ /** * \file XMLInterface.h - * 18/02/2010 KR Initial implementation + * + * Created on 2010-02-18 by Karsten Rink */ #ifndef XMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlCndInterface.cpp b/FileIO/XmlIO/XmlCndInterface.cpp index 1eeb989aec0..50941a193ee 100644 --- a/FileIO/XmlIO/XmlCndInterface.cpp +++ b/FileIO/XmlIO/XmlCndInterface.cpp @@ -1,6 +1,7 @@ /** * \file XmlCndInterface.cpp - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #include "XmlCndInterface.h" @@ -124,10 +125,10 @@ void XmlCndInterface::readConditions( const QDomNode &listRoot, { std::vector<size_t> disNodes; std::vector<double> disValues; - if (c->getProcessDistributionType()==FiniteElement::CONSTANT || + if (c->getProcessDistributionType()==FiniteElement::CONSTANT || c->getProcessDistributionType()==FiniteElement::CONSTANT_NEUMANN) disValues.push_back( strtod(distProps.at(j).toElement().text().toStdString().c_str(), 0) ); - else if (c->getProcessDistributionType()==FiniteElement::LINEAR || + else if (c->getProcessDistributionType()==FiniteElement::LINEAR || c->getProcessDistributionType()==FiniteElement::LINEAR_NEUMANN || c->getProcessDistributionType()==FiniteElement::DIRECT) { diff --git a/FileIO/XmlIO/XmlCndInterface.h b/FileIO/XmlIO/XmlCndInterface.h index 005539e0e1a..d571d2e7654 100644 --- a/FileIO/XmlIO/XmlCndInterface.h +++ b/FileIO/XmlIO/XmlCndInterface.h @@ -1,6 +1,7 @@ /** * \file XmlCndInterface.h - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLCNDINTERFACE_H @@ -40,7 +41,7 @@ public: int readFile(std::vector<FEMCondition*> &conditions, const QString &fileName); void setConditionType(FEMCondition::CondType type) { _type = type; }; - + protected: int write(std::ostream& stream); diff --git a/FileIO/XmlIO/XmlGmlInterface.cpp b/FileIO/XmlIO/XmlGmlInterface.cpp index 929135dd8b5..5073a2ce217 100644 --- a/FileIO/XmlIO/XmlGmlInterface.cpp +++ b/FileIO/XmlIO/XmlGmlInterface.cpp @@ -1,6 +1,7 @@ /** * \file XmlGmlInterface.cpp - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #include "XmlGmlInterface.h" diff --git a/FileIO/XmlIO/XmlGmlInterface.h b/FileIO/XmlIO/XmlGmlInterface.h index 2fb9b3318a8..d7fbf8503d4 100644 --- a/FileIO/XmlIO/XmlGmlInterface.h +++ b/FileIO/XmlIO/XmlGmlInterface.h @@ -1,6 +1,7 @@ /** * \file XmlGmlInterface.h - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlGspInterface.cpp b/FileIO/XmlIO/XmlGspInterface.cpp index 0b976a961cd..89b267387ad 100644 --- a/FileIO/XmlIO/XmlGspInterface.cpp +++ b/FileIO/XmlIO/XmlGspInterface.cpp @@ -1,6 +1,7 @@ /** * \file XmlGspInterface.cpp - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #include "XmlGspInterface.h" @@ -67,7 +68,7 @@ int XmlGspInterface::readFile(const QString &fileName) for(int j = 0; j < childList.count(); j++) { const QDomNode child_node (childList.at(j)); - if (child_node.nodeName().compare("file") == 0) + if (child_node.nodeName().compare("file") == 0) { std::cout << "path: " << path.toStdString() << "#" << std::endl; std::cout << "file name: " << (child_node.toElement().text()).toStdString() << "#" << std::endl; diff --git a/FileIO/XmlIO/XmlGspInterface.h b/FileIO/XmlIO/XmlGspInterface.h index 1524941655d..84d144a8bdf 100644 --- a/FileIO/XmlIO/XmlGspInterface.h +++ b/FileIO/XmlIO/XmlGspInterface.h @@ -1,6 +1,7 @@ /** * \file XmlGspInterface.h - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGSPINTERFACE_H @@ -29,7 +30,7 @@ public: /// Reads an xml-file containing a GeoSys project. /// Project files currently cover only geo-, msh- and station-data. This will be expanded in the future. int readFile(const QString &fileName); - + int writeToFile(std::string filename); protected: diff --git a/FileIO/XmlIO/XmlLutReader.h b/FileIO/XmlIO/XmlLutReader.h index f46de52116a..c5e8ada3793 100644 --- a/FileIO/XmlIO/XmlLutReader.h +++ b/FileIO/XmlIO/XmlLutReader.h @@ -1,6 +1,7 @@ /** * \file XmlLutReader.h - * 2011/01/30 KR Initial implementation + * + * Created on 2011-01-30 by Karsten Rink */ #ifndef XMLLUTREADER_H @@ -47,7 +48,7 @@ public: lut->setInterpolationType(VtkColorLookupTable::LINEAR); else if (docElement.attribute("interpolation").compare("Exponential") == 0) lut->setInterpolationType(VtkColorLookupTable::EXPONENTIAL); - else + else lut->setInterpolationType(VtkColorLookupTable::NONE); } else // default @@ -58,10 +59,10 @@ public: while (!point.isNull()) { - if ((point.nodeName().compare("Point") == 0 ) + if ((point.nodeName().compare("Point") == 0 ) && point.hasAttribute("x") - && point.hasAttribute("r") - && point.hasAttribute("g") + && point.hasAttribute("r") + && point.hasAttribute("g") && point.hasAttribute("b")) { double value = strtod((point.attribute("x")).toStdString().c_str(),0); diff --git a/FileIO/XmlIO/XmlStnInterface.cpp b/FileIO/XmlIO/XmlStnInterface.cpp index a2e4f1f9f8f..e2740ecd5cf 100644 --- a/FileIO/XmlIO/XmlStnInterface.cpp +++ b/FileIO/XmlIO/XmlStnInterface.cpp @@ -1,6 +1,7 @@ /** * \file XmlStnInterface.cpp - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #include "XmlStnInterface.h" @@ -118,7 +119,7 @@ void XmlStnInterface::readStations( const QDomNode &stationsRoot, new GeoLib::Station( strtod((station.attribute("x")).toStdString().c_str(), 0), strtod((station.attribute("y")).toStdString().c_str(), 0), - zVal, + zVal, stationName); s->setStationValue(stationValue); stations->push_back(s); @@ -177,7 +178,7 @@ void XmlStnInterface::readStratigraphy( const QDomNode &stratRoot, GeoLib::Stati depth_check = depth; } else - std::cout << "Warning: Skipped layer \"" << horizonName << "\" in borehole \"" + std::cout << "Warning: Skipped layer \"" << horizonName << "\" in borehole \"" << borehole->getName() << "\" because of thickness 0.0." << std::endl; } else diff --git a/FileIO/XmlIO/XmlStnInterface.h b/FileIO/XmlIO/XmlStnInterface.h index 91267099823..ff8e46ae6f7 100644 --- a/FileIO/XmlIO/XmlStnInterface.h +++ b/FileIO/XmlIO/XmlStnInterface.h @@ -1,6 +1,7 @@ /** * \file XmlStnInterface.h - * 2011/11/23 KR as derived class from XMLInterface + * + * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLSTNINTERFACE_H diff --git a/GeoLib/AxisAlignedBoundingBox.cpp b/GeoLib/AxisAlignedBoundingBox.cpp index 523e3f3f5fb..b21ab87ad50 100644 --- a/GeoLib/AxisAlignedBoundingBox.cpp +++ b/GeoLib/AxisAlignedBoundingBox.cpp @@ -1,7 +1,7 @@ /** * \file AxisAlignedBoundingBox.cpp * - * Created on 2010-04-22 by Thomas Fischer + * Created on 2010-04-22 by Thomas Fischer */ #include "AxisAlignedBoundingBox.h" diff --git a/GeoLib/AxisAlignedBoundingBox.h b/GeoLib/AxisAlignedBoundingBox.h index 211e886f8ba..19c56098300 100644 --- a/GeoLib/AxisAlignedBoundingBox.h +++ b/GeoLib/AxisAlignedBoundingBox.h @@ -1,7 +1,7 @@ /** * \file AxisAlignedBoundingBox.h * - * Created on 2010-04-22 by Thomas Fischer + * Created on 2010-04-22 by Thomas Fischer */ #ifndef AXISALIGNEDBOUNDINGBOX_H_ diff --git a/GeoLib/BruteForceClosestPair.cpp b/GeoLib/BruteForceClosestPair.cpp index 23a05f406b2..8761f76025d 100644 --- a/GeoLib/BruteForceClosestPair.cpp +++ b/GeoLib/BruteForceClosestPair.cpp @@ -1,7 +1,7 @@ /** * \file BruteForceClosestPair.cpp * - * Created on 2011-01-25 by Thomas Fischer + * Created on 2011-01-25 by Thomas Fischer */ #include "BruteForceClosestPair.h" diff --git a/GeoLib/BruteForceClosestPair.h b/GeoLib/BruteForceClosestPair.h index 2e6e2b56b6b..49e76cf19e7 100644 --- a/GeoLib/BruteForceClosestPair.h +++ b/GeoLib/BruteForceClosestPair.h @@ -1,7 +1,7 @@ /** * \file BruteForceClosestPair.h * - * Created on 2011-01-25 by Thomas Fischer + * Created on 2011-01-25 by Thomas Fischer */ #ifndef BRUTEFORCECLOSESTPAIR_H_ diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h index b9c88e699a1..97c79c3b1ad 100644 --- a/GeoLib/ClosestPair.h +++ b/GeoLib/ClosestPair.h @@ -1,7 +1,7 @@ /** * \file ClosestPair.h * - * Created on 2011-01-25 by Thomas Fischer + * Created on 2011-01-25 by Thomas Fischer */ #ifndef CLOSESTPAIR_H_ diff --git a/GeoLib/Color.cpp b/GeoLib/Color.cpp index 81ce1bbf5dc..ae9847da53b 100644 --- a/GeoLib/Color.cpp +++ b/GeoLib/Color.cpp @@ -1,7 +1,7 @@ /** * \file Color.cpp * - * Created on 2010-06-16 by Karsten Rink + * Created on 2010-06-16 by Karsten Rink */ #include <iostream> diff --git a/GeoLib/Color.h b/GeoLib/Color.h index 3ac1419fc64..ce0ad25bf1b 100644 --- a/GeoLib/Color.h +++ b/GeoLib/Color.h @@ -1,6 +1,7 @@ /** * \file Color.cpp - * 04/02/2010 KR Initial implementation + * + * Created on 2010-02-04 by Karsten Rink * */ diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index b8d5cec92bf..5a4bc90655c 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -1,7 +1,7 @@ /** * \file GEOObjects.cpp * - * Created on 2010-01-21 by Thomas Fischer / KR + * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ // GeoLib diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index 83bda978142..0e3841bba86 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -1,7 +1,7 @@ /** * \file GEOObjects.h * - * Created on 2010-01-21 by Thomas Fischer / KR + * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ #ifndef GEOOBJECTS_H_ diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index c36e12d3640..d45ee420929 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -1,7 +1,7 @@ /** * \file GeoObject.h * - * Created on 2010-08-27 by Thomas Fischer + * Created on 2010-08-27 by Thomas Fischer */ #ifndef GEOOBJECT_H_ diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 866257d60b1..4062892960c 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -1,7 +1,7 @@ /** * \file GeoType.cpp * - * Created on 2010-12-01 by Thomas Fischer + * Created on 2010-12-01 by Thomas Fischer */ #include "GeoType.h" diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index 45e4a47c888..a6f46e191b4 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -1,7 +1,7 @@ /** * \file GeoType.h * - * Created on 2010-06-17 by Thomas Fischer + * Created on 2010-06-17 by Thomas Fischer */ #ifndef GEOTYPE_H_ diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index 2100607388e..1301fb5c74c 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -1,7 +1,7 @@ /** * \file Grid.h * - * Created on 2012-02-02 by Thomas Fischer + * Created on 2012-02-02 by Thomas Fischer */ #ifndef GRID_H_ diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index d51aa99e21c..3e63bf2c9d7 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -1,7 +1,7 @@ /** * \file OctTree.h * - * Created on 2012-02-27 by Thomas Fischer + * Created on 2012-02-27 by Thomas Fischer */ #ifndef OCTTREE_H_ diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp index dbadfda5e63..ab5f42c31b4 100644 --- a/GeoLib/Point.cpp +++ b/GeoLib/Point.cpp @@ -1,7 +1,7 @@ /** * \file Point.cpp * - * Created on 2010-06-22 by Thomas Fischer + * Created on 2010-06-22 by Thomas Fischer */ diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 1edcb64d157..301bef0c5b3 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -1,7 +1,7 @@ /** * \file PointVec.cpp * - * Created on 2010-06-11 by Thomas Fischer + * Created on 2010-06-11 by Thomas Fischer */ // GeoLib diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 105a4020da4..0f5fc8cdeb7 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -1,7 +1,7 @@ /** * \file PointVec.h * - * Created on 2010-02-02 by Thomas Fischer / KR + * Created on 2010-02-02 by Thomas Fischer / Karsten Rink */ // GeoLib diff --git a/GeoLib/PointWithID.h b/GeoLib/PointWithID.h index 3b5d3c1c61b..aa95f64ced1 100644 --- a/GeoLib/PointWithID.h +++ b/GeoLib/PointWithID.h @@ -1,7 +1,7 @@ /** * \file PointWithID.h * - * Created on 2011-01-25 by Thomas Fischer + * Created on 2011-01-25 by Thomas Fischer */ #ifndef POINTWITHID_H_ diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index fb7c363eff0..a34671b79b1 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -1,7 +1,7 @@ /** * \file Polygon.cpp * - * Created on 2010-06-21 by Thomas Fischer + * Created on 2010-06-21 by Thomas Fischer */ #include <cstdlib> // for exit diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index 8a19fabe7fe..a458ba711f6 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -1,7 +1,7 @@ /** * \file Polygon.h * - * Created on 2010-06-21 by Thomas Fischer + * Created on 2010-06-21 by Thomas Fischer */ #ifndef POLYGON_H_ diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index c45e41ee231..a97a618d0c8 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -1,7 +1,7 @@ /** * \file Polyline.cpp * - * Created on 2010-06-21 by Thomas Fischer + * Created on 2010-06-21 by Thomas Fischer */ // Base diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index 6c87cf80020..edc864693b7 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -1,7 +1,7 @@ /** * \file PolyLine.h * - * Created on 2010-01-14 by Thomas Fischer + * Created on 2010-01-14 by Thomas Fischer */ #ifndef POLYLINE_H_ diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index ed1c3518964..25800996da6 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -1,7 +1,7 @@ /** * \file PolylineVec.h * - * Created on 2010-02-09 by Thomas Fischer + * Created on 2010-02-09 by Thomas Fischer */ #ifndef POLYLINEVEC_H_ diff --git a/GeoLib/PropertyBounds.h b/GeoLib/PropertyBounds.h index 9615d0c7df9..b0f2fc07080 100644 --- a/GeoLib/PropertyBounds.h +++ b/GeoLib/PropertyBounds.h @@ -1,6 +1,7 @@ /** * \file PropertyBounds.h - * 18/01/2010 KR Initial implementation + * + * Created on 2010-01-18 by Karsten Rink */ #ifndef PROPERTYBOUNDS_H diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index 371286b5d00..c5a566e58a0 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -1,7 +1,7 @@ /** * \file QuadTree.h * - * Created on 2010-11-09 by Thomas Fischer + * Created on 2010-11-09 by Thomas Fischer */ #ifndef QUADTREE_H_ diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp index 56d2f84a71d..7e385aa4e16 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -1,7 +1,7 @@ /** * \file Raster.cpp * - * Created on 2011-09-07 by Thomas Fischer + * Created on 2011-09-07 by Thomas Fischer */ #include "Raster.h" diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h index 82a153483df..71db43b45b2 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -1,7 +1,7 @@ /** * \file Raster.h * - * Created on 2011-09-07 by Thomas Fischer + * Created on 2011-09-07 by Thomas Fischer */ #ifndef RASTER_H_ diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index fff80f1eebb..3df5bfeffe5 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -1,7 +1,7 @@ /** * \file SimplePolygonTree.cpp * - * Created on 2010-06-22 by Thomas Fischer + * Created on 2010-06-22 by Thomas Fischer */ #include "SimplePolygonTree.h" diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index 119be80a725..e40ab699c5b 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -1,7 +1,7 @@ /** * \file SimplePolygonTree.h * - * Created on 2010-06-22 by Thomas Fischer + * Created on 2010-06-22 by Thomas Fischer */ #ifndef SIMPLEPOLYGONTREE_H_ diff --git a/GeoLib/Station.cpp b/GeoLib/Station.cpp index 9f3ad4a9e29..2a4b8bbe5f0 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -1,6 +1,7 @@ /** * \file Station.cpp - * KR Initial implementation + * + * Created by Karsten Rink */ #include <cmath> @@ -247,7 +248,7 @@ int StationBorehole::addStratigraphy(const std::vector<GeoLib::Point*> &profile, } return 1; } - + std::cout << "Error in StationBorehole::addStratigraphy() - Length of parameter vectors does not match." << std::endl; return 0; } diff --git a/GeoLib/Station.h b/GeoLib/Station.h index b05d5daea16..b238524770d 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -1,6 +1,7 @@ /** * \file Station.h - * KR Initial implementation + * + * Created by Karsten Rink */ #ifndef GEO_STATION_H diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index a66d9f90204..0939740a3cb 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,7 +1,7 @@ /** * \file Surface.cpp * - * Created on 2010-04-22 by Thomas Fischer + * Created on 2010-04-22 by Thomas Fischer */ #include <list> diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index 34270ff2c48..8c336506556 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,7 +1,7 @@ /** * \file Surface.h * - * Created on 2010-01-22 by Thomas Fischer + * Created on 2010-01-22 by Thomas Fischer */ #ifndef SURFACE_H_ diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index 065aa942df6..086e812ec42 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -1,7 +1,7 @@ /** * \file SurfaceVec.h * - * Created on 2010-02-09 by Thomas Fischer + * Created on 2010-02-09 by Thomas Fischer */ diff --git a/GeoLib/TemplatePoint.h b/GeoLib/TemplatePoint.h index 6eb3473cb25..ec6efa1f2df 100644 --- a/GeoLib/TemplatePoint.h +++ b/GeoLib/TemplatePoint.h @@ -1,7 +1,7 @@ /** * \file TemplatePoint.h * - * Created on 2010-01-28 by Thomas Fischer + * Created on 2010-01-28 by Thomas Fischer */ #ifndef TEMPLATEPOINT_H_ diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index ed23a07e68f..5f50e2f0b76 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -1,7 +1,7 @@ /** * \file TemplateVec.h * - * Created on 2010-02-26 by Thomas Fischer + * Created on 2010-02-26 by Thomas Fischer */ #ifndef TEMPLATEVEC_H_ diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index 7f9c43f1a65..4eea8d5a24d 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,7 +1,7 @@ /** * \file Triangle.cpp * - * Created on 2011-06-06 by Thomas Fischer + * Created on 2011-06-06 by Thomas Fischer */ #include "Triangle.h" diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index 3371dc4dbff..25dc3f776ed 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,7 +1,7 @@ /** * \file Triangle.h * - * Created on 2010-03-23 by Thomas Fischer + * Created on 2010-03-23 by Thomas Fischer */ #ifndef TRIANGLE_H_ diff --git a/MathLib/AnalyticalGeometry.cpp b/MathLib/AnalyticalGeometry.cpp index 494c8221592..1ce4d5de9f0 100644 --- a/MathLib/AnalyticalGeometry.cpp +++ b/MathLib/AnalyticalGeometry.cpp @@ -1,7 +1,7 @@ /** * \file AnalyticalGeometry.cpp * - * Created on 2010-03-17 by Thomas Fischer + * Created on 2010-03-17 by Thomas Fischer */ #include <cmath> diff --git a/MathLib/AnalyticalGeometry.h b/MathLib/AnalyticalGeometry.h index 96452b93680..8b72ae15480 100644 --- a/MathLib/AnalyticalGeometry.h +++ b/MathLib/AnalyticalGeometry.h @@ -1,7 +1,7 @@ /** * \file AnalyticalGeometry.h * - * Created on 2010-03-17 by Thomas Fischer + * Created on 2010-03-17 by Thomas Fischer */ #ifndef ANALYTICAL_GEOMETRY_H_ diff --git a/MathLib/EarClippingTriangulation.cpp b/MathLib/EarClippingTriangulation.cpp index 6352c0e678b..1215571fcb1 100644 --- a/MathLib/EarClippingTriangulation.cpp +++ b/MathLib/EarClippingTriangulation.cpp @@ -1,7 +1,7 @@ /** * \file EarClippingTriangulation.cpp * - * Created on 2011-02-23 by Thomas Fischer + * Created on 2011-02-23 by Thomas Fischer */ // STL diff --git a/MathLib/EarClippingTriangulation.h b/MathLib/EarClippingTriangulation.h index 907ea247282..38d668b64fc 100644 --- a/MathLib/EarClippingTriangulation.h +++ b/MathLib/EarClippingTriangulation.h @@ -1,7 +1,7 @@ /** * \file EarClippingTriangulation.h * - * Created on 2011-02-23 by Thomas Fischer + * Created on 2011-02-23 by Thomas Fischer */ #ifndef EARCLIPPINGTRIANGULATION_H_ diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index f56fdaa9779..0ce7c71e814 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -1,7 +1,7 @@ /** * \file LinearIntervalInterpolation.h * - * Created on 2012-05-22 by Thomas Fischer + * Created on 2012-05-22 by Thomas Fischer */ #ifndef LINEARINTERVALINTERPOLATION_H_ diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index 6955303bb51..c9b1793b1b5 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -1,7 +1,7 @@ /** * \file PiecewiseLinearInterpolation.cpp * - * Created on 2010-09-07 by Thomas Fischer + * Created on 2010-09-07 by Thomas Fischer */ #include "PiecewiseLinearInterpolation.h" diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index 0c0d976db99..44588f5806c 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -1,7 +1,7 @@ /** * \file PiecewiseLinearInterpolation.h * - * Created on 2010-09-07 by Thomas Fischer + * Created on 2010-09-07 by Thomas Fischer */ #ifndef PIECEWISELINEARINTERPOLATION_H_ diff --git a/MathLib/LinAlg/Dense/Matrix.h b/MathLib/LinAlg/Dense/Matrix.h index f593b653b84..ec12cfee6cb 100644 --- a/MathLib/LinAlg/Dense/Matrix.h +++ b/MathLib/LinAlg/Dense/Matrix.h @@ -1,7 +1,7 @@ /** * \file Matrix.h * - * Created on 2011-05-24 by Thomas Fischer + * Created on 2011-05-24 by Thomas Fischer */ #ifndef MATRIX_H diff --git a/MathLib/LinAlg/MatrixBase.h b/MathLib/LinAlg/MatrixBase.h index f32bcbc20da..973ed580590 100644 --- a/MathLib/LinAlg/MatrixBase.h +++ b/MathLib/LinAlg/MatrixBase.h @@ -1,7 +1,7 @@ /** * \file MatrixBase.h * - * Created on 2011-09-27 by Thomas Fischer + * Created on 2011-09-27 by Thomas Fischer */ #ifndef MATRIXBASE_H_ diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h index 82cfc9cc502..e410b07b6b8 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h @@ -1,7 +1,7 @@ /** * \file generateDiagPrecond.h * - * Created on 2011-09-28 by Thomas Fischer + * Created on 2011-09-28 by Thomas Fischer */ #ifndef GENERATEDIAGPRECOND_H_ diff --git a/MathLib/LinAlg/Solvers/BiCGStab.cpp b/MathLib/LinAlg/Solvers/BiCGStab.cpp index b23c4fe68c6..d2c7fa64105 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.cpp +++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp @@ -1,7 +1,7 @@ /** * \file BiCGStab.cpp * - * Created on 2011-10-04 by Thomas Fischer + * Created on 2011-10-04 by Thomas Fischer */ #include "BiCGStab.h" diff --git a/MathLib/LinAlg/Solvers/BiCGStab.h b/MathLib/LinAlg/Solvers/BiCGStab.h index c0d856f2261..29c74e677bb 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.h +++ b/MathLib/LinAlg/Solvers/BiCGStab.h @@ -1,7 +1,7 @@ /** * \file BiCGStab.h * - * Created on 2011-10-04 by Thomas Fischer + * Created on 2011-10-04 by Thomas Fischer */ #ifndef BICGSTAB_H_ diff --git a/MathLib/LinAlg/Solvers/CG.cpp b/MathLib/LinAlg/Solvers/CG.cpp index 3436b287ecf..bd891746006 100644 --- a/MathLib/LinAlg/Solvers/CG.cpp +++ b/MathLib/LinAlg/Solvers/CG.cpp @@ -1,7 +1,7 @@ /** * \file CG.cpp * - * Created on 2011-09-27 by Thomas Fischer + * Created on 2011-09-27 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h index f748907448e..ff7753e8921 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -1,7 +1,7 @@ /** * \file solver.h * - * Created on 2011-09-27 by Thomas Fischer + * Created on 2011-09-27 by Thomas Fischer */ #ifndef CG_H_ diff --git a/MathLib/LinAlg/Solvers/CGParallel.cpp b/MathLib/LinAlg/Solvers/CGParallel.cpp index 683b8051e8e..99faa6cb51f 100644 --- a/MathLib/LinAlg/Solvers/CGParallel.cpp +++ b/MathLib/LinAlg/Solvers/CGParallel.cpp @@ -1,7 +1,7 @@ /** * \file CGParallel.cpp * - * Created on 2011-12-02 by Thomas Fischer + * Created on 2011-12-02 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h index ee5a0f9676b..9183e6451d6 100644 --- a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h @@ -1,7 +1,7 @@ /** * \file DenseDirectLinearSolver.h * - * Created on 2011-01-07 by Thomas Fischer + * Created on 2011-01-07 by Thomas Fischer */ #ifndef DENSEDIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/DirectLinearSolver.h b/MathLib/LinAlg/Solvers/DirectLinearSolver.h index 50224fb3c95..4c255317e89 100644 --- a/MathLib/LinAlg/Solvers/DirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DirectLinearSolver.h @@ -1,7 +1,7 @@ /** * \file DirectLinearSolver.h * - * Created on 2011-01-07 by Thomas Fischer + * Created on 2011-01-07 by Thomas Fischer */ #ifndef DIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/GMRes.cpp b/MathLib/LinAlg/Solvers/GMRes.cpp index 8bf649a24e1..8f41e04bdf4 100644 --- a/MathLib/LinAlg/Solvers/GMRes.cpp +++ b/MathLib/LinAlg/Solvers/GMRes.cpp @@ -1,7 +1,7 @@ /** * \file GMRes.cpp * - * Created on 2011-10-04 by Thomas Fischer + * Created on 2011-10-04 by Thomas Fischer */ #include "GMRes.h" diff --git a/MathLib/LinAlg/Solvers/GMRes.h b/MathLib/LinAlg/Solvers/GMRes.h index 16c64aa9e79..6a4d039ed9e 100644 --- a/MathLib/LinAlg/Solvers/GMRes.h +++ b/MathLib/LinAlg/Solvers/GMRes.h @@ -1,7 +1,7 @@ /** * \file GMRes.h * - * Created on 2011-10-04 by Thomas Fischer + * Created on 2011-10-04 by Thomas Fischer */ #ifndef GMRES_H_ diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp index 3e32d515e38..33fe4d96d44 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp @@ -1,7 +1,7 @@ /** * \file GaussAlgorithm.cpp * - * Created on 2011-05-06 by Thomas Fischer + * Created on 2011-05-06 by Thomas Fischer */ #include <cmath> diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.h b/MathLib/LinAlg/Solvers/GaussAlgorithm.h index 1a60c53c2db..1a522e43887 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h @@ -1,7 +1,7 @@ /** * \file GaussAlgorithm.h * - * Created on 2011-05-06 by Thomas Fischer + * Created on 2011-05-06 by Thomas Fischer */ #ifndef GAUSSALGORITHM_H_ diff --git a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h index b5c68b4d96b..16f72ee081a 100644 --- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h +++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h @@ -1,7 +1,7 @@ /** * \file IterativeLinearSolver.h * - * Created on 2011-01-07 by Thomas Fischer + * Created on 2011-01-07 by Thomas Fischer */ #ifndef ITERATIVELINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/LinearSolver.h b/MathLib/LinAlg/Solvers/LinearSolver.h index 26fb961292e..44d157afecb 100644 --- a/MathLib/LinAlg/Solvers/LinearSolver.h +++ b/MathLib/LinAlg/Solvers/LinearSolver.h @@ -1,7 +1,7 @@ /** * \file LinearSolver.h * - * Created on 2011-01-07 by Thomas Fischer + * Created on 2011-01-07 by Thomas Fischer */ #ifndef LINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.cpp b/MathLib/LinAlg/Solvers/TriangularSolve.cpp index cf53f2d31e8..9077cb66462 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.cpp +++ b/MathLib/LinAlg/Solvers/TriangularSolve.cpp @@ -1,7 +1,7 @@ /** * \file TriangularSolve.cpp * - * Created on 2011-05-05 by Thomas Fischer + * Created on 2011-05-05 by Thomas Fischer */ #include "../Dense/Matrix.h" diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.h b/MathLib/LinAlg/Solvers/TriangularSolve.h index f27b544ae5e..ec816dea8d8 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve.h @@ -1,7 +1,7 @@ /** * \file TriangularSolve.h * - * Created on 2011-05-06 by Thomas Fischer + * Created on 2011-05-06 by Thomas Fischer */ #ifndef TRIANGULARSOLVE_H_ diff --git a/MathLib/LinAlg/Solvers/solver.h b/MathLib/LinAlg/Solvers/solver.h index e037d6fa126..54530b12067 100644 --- a/MathLib/LinAlg/Solvers/solver.h +++ b/MathLib/LinAlg/Solvers/solver.h @@ -1,7 +1,7 @@ /** * \file solver.h * - * Created on 2011-09-27 by Thomas Fischer + * Created on 2011-09-27 by Thomas Fischer */ #ifndef SOLVER_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrix.h b/MathLib/LinAlg/Sparse/CRSMatrix.h index 338035b9f30..a8dba9b9af2 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSMatrix.h @@ -1,7 +1,7 @@ /** * \file CRSMatrix.h * - * Created on 2011-09-20 by Thomas Fischer + * Created on 2011-09-20 by Thomas Fischer */ #ifndef CRSMATRIX_H diff --git a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h index 2c33d789ffd..d4921d619f5 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h @@ -1,7 +1,7 @@ /** * \file CRSMatrixOpenMP.h * - * Created on 2011-08-08 by Thomas Fischer + * Created on 2011-08-08 by Thomas Fischer */ #ifndef CRSMATRIXOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h index 4acfbe9fefa..3c005a6b6d9 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h @@ -1,7 +1,7 @@ /** * \file CRSMatrixPThreads.h * - * Created on 2011-08-02 by Thomas Fischer + * Created on 2011-08-02 by Thomas Fischer */ #ifndef CRSMATRIXPTHREADS_H diff --git a/MathLib/LinAlg/Sparse/CRSSymMatrix.h b/MathLib/LinAlg/Sparse/CRSSymMatrix.h index 94343e2c630..b1d2372193d 100644 --- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h @@ -1,7 +1,7 @@ /** * \file CRSSymMatrix.h * - * Created on 2011-07-22 by Thomas Fischer + * Created on 2011-07-22 by Thomas Fischer */ #ifndef CRSSYMMATRIX_H_ diff --git a/MathLib/LinAlg/Sparse/CRSTranspose.h b/MathLib/LinAlg/Sparse/CRSTranspose.h index 2c43b022ef4..08d17b5da2a 100644 --- a/MathLib/LinAlg/Sparse/CRSTranspose.h +++ b/MathLib/LinAlg/Sparse/CRSTranspose.h @@ -1,7 +1,7 @@ /** * \file CRSTranspose.h * - * Created on 2011-09-27 by Thomas Fischer + * Created on 2011-09-27 by Thomas Fischer */ #ifndef CRSTRANSPOSE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp index d70f86396a0..96e55669421 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -1,7 +1,7 @@ /** * \file AdjMat.cpp * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ // Base diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h index f0283fdebfe..7ad704856ca 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -1,7 +1,7 @@ /** * \file AdjMat.h * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ #ifndef ADJMAT_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp index 4a4a631eade..a64fbbcb41a 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -1,7 +1,7 @@ /** * \file CRSMatrixReordered.cpp * - * Created on 2012-01-03 by Thomas Fischer + * Created on 2012-01-03 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h index ae8398ff38c..020588f232a 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -1,7 +1,7 @@ /** * \file CRSMatrixReordered.h * - * Created on 2012-01-03 by Thomas Fischer + * Created on 2012-01-03 by Thomas Fischer */ #ifndef CRSMATRIXREORDERED_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp index 3fd366f1afc..16abf700ebf 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -1,7 +1,7 @@ /** * \file CRSMatrixReorderedOpenMP.cpp * - * Created on 2012-01-12 by Thomas Fischer + * Created on 2012-01-12 by Thomas Fischer */ #ifdef _OPENMP diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h index f8459a4b2d4..a957c5ed9ba 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -1,7 +1,7 @@ /** * \file CRSMatrixReorderedOpenMP.h * - * Created on 2012-01-20 by Thomas Fischer + * Created on 2012-01-20 by Thomas Fischer */ #ifndef CRSMATRIXREORDEREDOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp index ed99b402bd3..3f7d59acdb2 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -1,7 +1,7 @@ /** * \fileCluster.cpp * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ #include "metis.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index b4abefbf3af..96464179f04 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -1,7 +1,7 @@ /* * \file Cluster.h * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTER_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp index b9c4b05631b..e2e7274fc20 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -1,7 +1,7 @@ /** * \file ClusterBase.cpp * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ //#include "blas.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h index 87b94be02f0..99bd053ae16 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -1,7 +1,7 @@ /** * \file ClusterBase.h * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTERBASE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp index 455f9eb29ff..4948389c074 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -1,7 +1,7 @@ /** * \file Separator.cpp * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index 25d2ccd9de5..e7e273fc064 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -1,7 +1,7 @@ /** * Separator.h * - * Created on 2012-01-02 by Thomas Fischer + * Created on 2012-01-02 by Thomas Fischer */ #ifndef SEPARATOR_H_ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index b7b5b766afa..f4736e858dd 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -1,7 +1,7 @@ /** * \file CRSMatrix.h * - * Created on 2011-09-20 by Thomas Fischer + * Created on 2011-09-20 by Thomas Fischer */ #include "amuxCRS.h" diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h index 962e7c39c8f..7eab05b0e95 100644 --- a/MathLib/LinAlg/VectorNorms.h +++ b/MathLib/LinAlg/VectorNorms.h @@ -1,7 +1,7 @@ /** * \file VectorNorms.h * - * Created on 2011-06-06 by Thomas Fischer + * Created on 2011-06-06 by Thomas Fischer */ #ifndef VECTORNORMS_H_ diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index c9e370d15cb..1242a1a818c 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,7 +1,7 @@ /** * \file MathTools.cpp * - * Created on 2010-01-13 by Thomas Fischer + * Created on 2010-01-13 by Thomas Fischer */ #include "MathTools.h" diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index cf57db5351a..d60cf8098f4 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,7 +1,7 @@ /** * \file MathTools.h * - * Created on 2010-01-13 by Thomas Fischer + * Created on 2010-01-13 by Thomas Fischer */ #ifndef MATHTOOLS_H_ diff --git a/MathLib/max.h b/MathLib/max.h index fc166520128..5bcd70cd432 100644 --- a/MathLib/max.h +++ b/MathLib/max.h @@ -1,7 +1,7 @@ /** * \file max.h * - * Created on 2010-04-20 by Thomas Fischer + * Created on 2010-04-20 by Thomas Fischer */ #ifndef MAX_H_ diff --git a/OGS/ProjectData.cpp b/OGS/ProjectData.cpp index 4cd68b19acc..45ab349c00f 100644 --- a/OGS/ProjectData.cpp +++ b/OGS/ProjectData.cpp @@ -1,6 +1,7 @@ /** * \file ProjectData.cpp - * 25/08/2010 KR Initial implementation + * + * Created on 2010-08-25 by Karsten Rink */ #include "ProjectData.h" @@ -63,7 +64,7 @@ const ProcessInfo* ProjectData::getProcess(FiniteElement::ProcessType type) cons if ((*it)->getProcessType() == type) return *it; - std::cout << "Error in ProjectData::getProcess() - No " + std::cout << "Error in ProjectData::getProcess() - No " << FiniteElement::convertProcessTypeToString(type) << " process found..." << std::endl; return NULL; } @@ -114,7 +115,7 @@ const std::vector<FEMCondition*> ProjectData::getConditions(FiniteElement::Proce std::string geo_name, FEMCondition::CondType cond_type) const { - // if all + // if all if (pcs_type == FiniteElement::INVALID_PROCESS && geo_name.empty() && cond_type == FEMCondition::UNSPECIFIED) return _cond_vec; diff --git a/OGS/ProjectData.h b/OGS/ProjectData.h index 7ccd75bb71d..36bcc925635 100644 --- a/OGS/ProjectData.h +++ b/OGS/ProjectData.h @@ -1,6 +1,7 @@ /** * \file ProjectData.h - * 25/08/2010 KR Initial implementation + * + * Created on 2010-08-25 by Karsten Rink */ #ifndef PROJECTDATA_H_ @@ -89,7 +90,7 @@ public: const std::string &cond_name); /// Removes all FEM Conditions with the given type from the given process - virtual void removeConditions(FiniteElement::ProcessType pcs_type = FiniteElement::INVALID_PROCESS, + virtual void removeConditions(FiniteElement::ProcessType pcs_type = FiniteElement::INVALID_PROCESS, std::string geo_name = "", FEMCondition::CondType cond_type = FEMCondition::UNSPECIFIED); diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp index 6f185b94320..a2cf5617f57 100644 --- a/SimpleTests/MatrixTests/MatMult.cpp +++ b/SimpleTests/MatrixTests/MatMult.cpp @@ -1,7 +1,7 @@ /** * MatMult.cpp * - * Created on 2012-01-03 by Thomas Fischer + * Created on 2012-01-03 by Thomas Fischer */ #include <fstream> diff --git a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp index 64ceed3d97f..8b3cc72dd65 100644 --- a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp +++ b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp @@ -1,7 +1,7 @@ /** * MatTestRemoveRowsCols.cpp * - * Created on 2011-11-08 by Thomas Fischer + * Created on 2011-11-08 by Thomas Fischer */ #include <fstream> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp index 9da1a3bff60..0e2474671a4 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp @@ -1,7 +1,7 @@ /** * MatVecMultNDPerm.cpp * - * Created on 2012-01-03 by Thomas Fischer + * Created on 2012-01-03 by Thomas Fischer */ #include <cstdlib> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp index 6b9d3380c05..6998eae46b6 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp @@ -1,7 +1,7 @@ /** * MatVecMultNDPermOpenMP.cpp * - * Created on 2012-01-20 by Thomas Fischer + * Created on 2012-01-20 by Thomas Fischer */ #include <cstdlib> diff --git a/SimpleTests/MeshTests/MeshRead.cpp b/SimpleTests/MeshTests/MeshRead.cpp index 51a3bdc210b..0dadf05f8bb 100644 --- a/SimpleTests/MeshTests/MeshRead.cpp +++ b/SimpleTests/MeshTests/MeshRead.cpp @@ -1,7 +1,7 @@ /* * MeshRead.cpp * - * Created on 2012/05/09 by Karsten Rink + * Created on 2012/05/09 by Karsten Rink */ // BaseLib diff --git a/SimpleTests/SolverTests/GMResDiagPrecond.cpp b/SimpleTests/SolverTests/GMResDiagPrecond.cpp index 9ccde0d528b..cd4c963cb4f 100644 --- a/SimpleTests/SolverTests/GMResDiagPrecond.cpp +++ b/SimpleTests/SolverTests/GMResDiagPrecond.cpp @@ -1,7 +1,7 @@ /** * GMResDiagPrecond.cpp * - * Created on 2011-10-05 by Thomas Fischer + * Created on 2011-10-05 by Thomas Fischer */ #include <iostream> -- GitLab