diff --git a/BaseLib/CPUTime.cpp b/BaseLib/CPUTime.cpp index 567c02f333f3fda497ece018d1993e808688f118..98150a9d56b141fa3efdef7c05d7ac49d6c636ae 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 c082507a60fbeead05607a11e248d390fd5a7190..1d8ae0f3eb1d55cd6beee810f17c544d16375645 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 8e8516bddada953bf91f58300a5ed693ae8d6e74..20bdc7bde9b1f0d8d2e1fd8c14ed53330df688ef 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 1427e6ac08ca9fed3e3fc380cffff7e95625cb04..d8624736e8ffdac78ed334926593722b582df82c 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 d518839e6789d457e71d42b8528fa84340319840..7ac22ea821465d61e13eb9a941e6ce8c2bb22726 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 8d9eddf35a4378d2f29bd0fd42a89f50144743c7..5c39fbb7ac5732585cff98104d7afb677304ef2f 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 0f8f5ebf6915229c33a5b340438d19f43ffebdc6..bf4a05eb840248d8fd1526c72dd2c74d3dc9f069 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 c8a84ddd3ce98d98510bf0dde20372c0b0f9d85f..155bbdd52d29ea5e2ceba4ffda8f88ea61e8ea87 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 83d6e3b8897993860b49930afd83fc5b3b3a30a2..5828e810674eeb8a3b4cbc738929260b919e909a 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 aec28f1ee2e7a8556f014983baf3b8b4243ac9fe..d30b241c1a9998a2e5c42c71419cf21a4b2f3f0b 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 2a814f25fc44c1709bfae1688d1784ce537b6c88..21a6f80984b19ebf4073acd9799433f6c36ca878 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 d84f88f67ff340372a339e42a16971a481be87e5..2c6037d019bf18c11119dfbc547f174bbe14cfa0 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 b8da1df8ac8624a8fa276461f592ad57d9c0f7b1..537afcf31a18d4c817561344fd4f80454854d65b 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 c56de0311396508c69f0904ec886bd00fd562325..b9b1fe07551f6329a93a2a60eaa14a8d329adedc 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 d0e4ff91736a0758092dc314088c33b771c14103..243b298987f3ef5ebdcd4b5b6960dc5f87120fec 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 583461c0a633c96b60effe3e1853c3ecf6d4d29f..aad750999980855c4b7f4e4c1484a3655662a39a 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 5f5ec2a1f4169d91e17d30d381c3b7b9242fc747..f43d2314b90cbcd350c4c872952ddc345ca22c06 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 b16d21044c7fdc300557eee0cfbf8b2469f737c6..b4adbdfcd1f87e4ef1acf90cf836d0dcca5265c8 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 70a4604603e472c5170c10e0138ae5700254de94..c830789d03512c3bed9848d7160fc4d58fe8c9a3 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 805eae4fedc0462fe40d1dfe4bb29edc9e143991..627ce286513ef806fd01301f68af1eb6d0eb969d 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 b29bde83fb5b556247c9e15bfd90f208c638b703..b5518620ba4a405833acd710021293dd15f40574 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 9ebd67100f8f27bd02c68946a91485611c690728..cdb5f32855e1bd0b645635cbc38e302f0d442e31 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 9146dd4773ad83674a8ceeaaadb0d199aab5e1e7..f67dbc20a7fea39e663ac2f6e6adfc9e61771d95 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 079daa280a836003560e69dc2982b47a6a8e162b..1f0138d54c1baab82e29cd20070feb4a029b4ba3 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 0518da99a8e7bbd8711537bb6e0ec531cc8923c3..088d31ffdd937fd55f64c7607b0bd9b968248d08 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 09dc9082839e55b4b971c691f6b4fe1948ec992b..52a7717ba46a3b07c41b41c5fc2334914736fcbe 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 1eeb989aec0573f5bc06c060e7594f1b2c7de6ca..50941a193ee2a741f47dc4552012b684db4352ff 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 005539e0e1adaf7a4b27da3ccdcff45d052568fc..d571d2e7654025fec162656488bc1315d91a3ddb 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 929135dd8b5eb3918b8f1118589c70fba986a78f..5073a2ce217acb15a72d9c098e39cc0a4556b557 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 2fb9b3318a81b360637d69160cd1818d4327bea3..d7fbf8503d40cba67113acfb6ad38a0ed08a5b7f 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 0b976a961cd0b715bb6d0375d9c0491d20e323b8..89b267387ad722312f7151a234904711c48aadb8 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 1524941655d728139fff08a6886fe9e15d6efab6..84d144a8bdfcf823baf37365033ca80fdc911aae 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 f46de52116a31723f4428ead8a826e20762a8123..c5e8ada37934cda1e29728233bf11a11d4c13cf6 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 a2e4f1f9f8f687c427ec2226af90aa86ebf5ce53..e2740ecd5cf53926fb08a2b4c0508b8e3ebc26dc 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 9126709982377b00020a44ddb6059effcaf0968b..ff8e46ae6f7d328db3193701560dc32257978b44 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 523e3f3f5fb2252fe8d3cbe1c621f0ef76b7f676..b21ab87ad5079c48b72b202852815e8f1f5a68be 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 211e886f8bad70569889a7264414439630946924..19c5609830078c0eea8516479da04baf9aaaee0f 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 23a05f406b2493b05d67e5a14a93f90fc42f9726..8761f76025dabbdce25abb4e0c5f0893036a355e 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 2e6e2b56b6b13b977985eacf3d6a333f0cc08353..49e76cf19e7e8bfc008dbb16d34e82b1ed597d9c 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 b9c88e699a1ad5b16e9265592f1825aea8dcf706..97c79c3b1add7d63de8fdbeb1fca7413feaec102 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 81ce1bbf5dc1db0eb5d907e0acc2450857fdaa5e..ae9847da53be832358a45da459aad971d9a28ecc 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 3ac1419fc64f265cea377bb24828bb50211d5175..ce0ad25bf1b4a14e7eeccbb0cf51b1e6b40a47c1 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 b8d5cec92bfb9e2c76b50bb50a20bc5aeec6a016..5a4bc90655c275cde4d7ca6a623b591a670fe074 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 83bda9781421222c6e777a5327a2edfb851d855a..0e3841bba864a75519e226dd6307608784c9b671 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 c36e12d364016d8389f0ab6417744cbc3e9118e6..d45ee420929711ab3b83f5934741016e43a65813 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 866257d60b193ba32e085778c48618b24dd75fb9..4062892960c99fbe6c89dea9566a89c3463171ef 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 45e4a47c8888feeec04a6eef1df65156e6733f7e..a6f46e191b4a0e22404c99757dfef9ba35c4714b 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 2100607388ec8ce047c59c327937b10d22c86650..1301fb5c74cdc58cfb49ae2ae4b6cd46882adc68 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 d51aa99e21c963c1c594df0ed01d860a77176a12..3e63bf2c9d739e2e76a43023e7ab224569676828 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 dbadfda5e63e4f2e6baec820582b3f447b87ffc6..ab5f42c31b4703696a12deda71e20102c7c420b1 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 1edcb64d157ce6851f08a5c3d3dcd0a6926bf3fb..301bef0c5b39f0db69e298de2d2ffed4d8036eea 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 105a4020da4a9fd6f53c0b3fc151e31aba987041..0f5fc8cdeb770ce4b46c65e0297e6a7f1083f66e 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 3b5d3c1c61b15d3cbd2d70c37d9e869ab6d9f43b..aa95f64ced17526f87aa5db46b83984947940a7a 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 fb7c363eff0fb1223ac4ff4fda738b2e156fe2a1..a34671b79b14819ff594cdcb9112f62ecc7acfa9 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 8a19fabe7fe5d4d0a369b44f8bf4863b198e90e5..a458ba711f6d96ddc051a952802bef279ff82671 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 c45e41ee2315e963effb4317ccee2bca84a2b193..a97a618d0c864313b6b7aa5df76e124346ebdf73 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 6c87cf80020dda79266d8f514d226b3557245613..edc864693b7600787f7f655ca84083e3d84831e7 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 ed1c3518964600571218a5ffe9c9fe5495acc970..25800996da6fe2c490437619205072f32dec8a0b 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 9615d0c7df9c968dacf36aa2a9abea6fc0101e06..b0f2fc07080d902f3360ca5d0f81f045dcd1e977 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 371286b5d0002d37984f42e8905bd21694e29abc..c5a566e58a0dff61d5ff8549da61ace764ff3e9b 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 56d2f84a71d204115cd897183b82f691c50efc02..7e385aa4e1672b62d1b19198527f86d4aa4f9f45 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 82a153483df40ab8b8afdca90ae1b7b531843bee..71db43b45b2942d06daa17f7b4c169e1124e93e0 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 fff80f1eebb858d8a024f9b3880f144203dc802e..3df5bfeffe560dcb51b32ce9cd87dbb26a04e531 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 119be80a725b929a097a2353af661477d8c11f36..e40ab699c5b6a7dfe7afc42b4f3a10540fdcc29d 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 9f3ad4a9e29bd8ca1fd44a5757ceca04f46d4d0a..2a4b8bbe5f084d4b46156268a201873504490aee 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 b05d5daea16bb8c90c4380087288dbeff32b48b8..b238524770d138df00910c67d476186f0d61bb28 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 a66d9f90204adabe40d7e83261cb85d298f73afd..0939740a3cb91e58c5e8b820736b7fe3d19ffaf1 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 34270ff2c48022093f18b02e12e604dcc475ae39..8c33650655623541dab2e3635128a7a7008d55aa 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 065aa942df6d9a65d72c60c9bb400632448aa4ba..086e812ec42beee31121f36a43d98495fc6d3cd9 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 6eb3473cb2599134211db161641fbe0cfd96e900..ec6efa1f2df6181b2535c86eab6b9ca27d568c19 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 ed23a07e68f4cd29f78e8bc9d10fac6e184d6522..5f50e2f0b76fd6e3c7075acb7cf1d97f37f148f2 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 7f9c43f1a6506293deb687d02cc15ab4b6ce0b56..4eea8d5a24dbae98f5fbcff24781dc434e3d6295 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 3371dc4dbffb60b9ad32ee278284eec53e24db71..25dc3f776eda2bc115551b92faee5f20d866b670 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 494c82215920834885819dfdcb5947d29b78f31a..1ce4d5de9f065a275fcea881df9f8eb1fe8022e7 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 96452b936800a8362e158d32c0917d9380db97e8..8b72ae15480856ab268f83431c261df4974b6593 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 6352c0e678bc0dd9a07ea8799cb84549aa8c04e4..1215571fcb1ebaf17ce17167ca47b4181c15d61b 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 907ea247282bddaf527cadb8bde5162f40e5037a..38d668b64fce11966c74810c4111f1ea437f68bd 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 f56fdaa9779ce6ecbff46064cc9297f108ba10ca..0ce7c71e814f19f331b97af9a649a94bc6417786 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 6955303bb5122b941dbbf70b46f928f2cc7e3f2f..c9b1793b1b5ac566cc64956969baaa8d64670df2 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 0c0d976db9998b76605ad121db0ad029fe5e44a5..44588f5806c9b426401e68acbff7ec00b0f3c0fb 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 f593b653b84c48bd3a72fb749ddd61c93917c874..ec12cfee6cb8009c8500168602d0a1bd7b184498 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 f32bcbc20da2b8eeee990aa2a9ef53cbc7c66daa..973ed58059069b0d6b59d268dee506fe1913c3a7 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 82cfc9cc502f7df7209a18917b9e80e35644e98e..e410b07b6b8f77d7b6f5e875e46f7c1244fab639 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 b23c4fe68c60c26a5419bf4454c183332e249a59..d2c7fa64105d1047b476854bdb2dbfc03b11597e 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 c0d856f2261e282723178afddb2b1121c350b0e0..29c74e677bba462c7d6803182300c0cbc0877666 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 3436b287ecf66d9048d2d3e11afa4ef6c3f895af..bd891746006810f8a2ea87d1ad46356be838eaeb 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 f748907448e98aa7d48e697184805e2236093992..ff7753e89215300136e0965c7994b08f0b6ae9bd 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 683b8051e8ea08d578ea0076673922d52a2c1a8f..99faa6cb51fc81760f282620c898e99be04416c4 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 ee5a0f9676b68b9f6966e26b3311d8772e43bb43..9183e6451d636c15560208f727d6556a375569e2 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 50224fb3c959f83fd5e1f09494c31fc36493a6b8..4c255317e89bf3b5d1b3859e73941fe95e5e9a26 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 8bf649a24e17aa647c790432f1497971630fb768..8f41e04bdf436fb15aeb09f7bb2ff412b73c0b9f 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 16c64aa9e79dbcc33f308d54109220d7519fcf64..6a4d039ed9e89d024aa520b1acd92b540ad86d9a 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 3e32d515e3837a73b1276182c01e5c21f65b8504..33fe4d96d44e7fb0ad75c21bc347e31a57d51718 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 1a60c53c2db8d18991f0abce9b902678403e48a4..1a522e43887b8144f873d63887e02bd4b254030d 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 b5c68b4d96b949247fe7ef4619d3e2cef51b7ec1..16f72ee081a866c196fb9f2b1b37690cbd0a9d63 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 26fb961292ee066f9423fbf49eee59a34abf01cd..44d157afecbfdec74f7a548c7521f6e0561a3e94 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 cf53f2d31e814b0217536dc4b600ee9b41c767cc..9077cb664622d78d39521ccc1763df981650201c 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 f27b544ae5ecb483650127651b0dcea3f7148504..ec816dea8d839e4192022dfd36396671639d9a15 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 e037d6fa126c3e05faa3a7438dc212d0e5d84502..54530b12067a8527559e1a6aa5ea2c7799aa73cd 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 338035b9f30cccdd026492ddb0f442b64402055f..a8dba9b9af2bf206422a796d9175635082a1e783 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 2c33d789ffda13e76d72dc7f753c0a432c88654a..d4921d619f5240ce6e1f8c8bcfdf5569a3e83926 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 4acfbe9fefae5f4b30e11857cf3f042d2591ac97..3c005a6b6d9d5fd80fd85b8bc856dfaf37ad0743 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 94343e2c630f62c4dd85799a09714a00e276ac26..b1d2372193de43a63fc17a33e56ab8fee51979ea 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 2c43b022ef49f51e6ae18034aadeb513c031197b..08d17b5da2a011a1d5b3f22ce6a0099f0c517e97 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 d70f86396a057fc3df7225370ccb1c7e9523ce05..96e55669421653102c4c35f3669374a06ac560a9 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 f0283fdebfeee50f9b900dfa376e2f5e4594b14f..7ad704856ca50d998815fd3af79051cf17a8379a 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 4a4a631eade76e3d04ceda43d08933a0d2906c67..a64fbbcb41aebd8fbcd9fce25a7bfa338aa4e553 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 ae8398ff38c8248363b36538b56f762979881e36..020588f232aa05339bf7e4d403e1c6145a8cdb27 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 3fd366f1afc5abbb1824d2de0ce278120bac1d96..16abf700ebfe3435482258ac4afde8b89948ad8e 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 f8459a4b2d4990242c8ec77359f49167f99fdcdb..a957c5ed9ba5eccbaae51dfcbf25073408f5b8e1 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 ed99b402bd398f5b18f3d1c73f01e948477e7a73..3f7d59acdb283ea9ca815b22f2b29e6a8012f719 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 b4abefbf3afcc5988bbd4611be7d33220ad19396..96464179f045a6cc6d6eb81edc3e8d7ba502ffca 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 b9c4b05631bbe2a0d1d9806325a3b63ca9915f4f..e2e7274fc2026ad4e8747a25bef9d6c35855b343 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 87b94be02f001ced579e2ac7a23d76a26ef493f3..99bd053ae16ba924ca8d6bd8b3c0ef0299f2e38a 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 455f9eb29ff1994429811e40242c30d05b3e3abd..4948389c0745c68cc98a256b49400dadffa8c210 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 25d2ccd9de5e0e9660db144c8280249ba0f04977..e7e273fc06482e76b4097808eed3e2aee86af6c5 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 b7b5b766afa20e459d6b3f3a475f2cbf17d99904..f4736e858ddb290aecf49af2ee3daf107f260f22 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 962e7c39c8f11ff8a19ea796533f265250b7f7d3..7eab05b0e95236c69dbdc7624e9c3a1c3dcd3f18 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 c9e370d15cbfb755c2afc5fbd6daf97f8586dc61..1242a1a818c9955b6cd17a7f0cdb093379a0276e 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 cf57db5351a17c30f1627baf03fde688c474651e..d60cf8098f4319701ce7209c593cd094f3e4968e 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 fc1665201281f744f3e5175e6376d94b6a88ba44..5bcd70cd4323b065d2f13edb904677e616fece3c 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 4cd68b19acc94ce1892bd55b2907029b20e304a7..45ab349c00f03d077c00e3def18e39c0c0f4fae5 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 7ccd75bb71d30713a6208465689be51b1c92ba33..36bcc925635172f1b6a4a3f716656a5cd0b4508c 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 6f185b94320be63452a06253d995c46cbca40782..a2cf5617f577fcc85651e1c0712fe315991f6577 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 64ceed3d97f5f1ecb928c06369a33a3d32fce3a5..8b3cc72dd65c41c22851ed02b7fa85ef9eef6c5d 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 9da1a3bff60e0a921f3fa5c7ad64ad11df524706..0e2474671a4dcaf3a17aa0473f84a0844bcceb83 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 6b9d3380c0573cc2814b77b7622929fb17ffb2b5..6998eae46b623e573d114a6b8383dd60530e962c 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 51a3bdc210be39af4b490f0fd850231187ca7f68..0dadf05f8bb3d10a447d9bc2d8c95eef15ba5a57 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 9ccde0d528bf8b298b24bde95a12028b409d1b8a..cd4c963cb4fc57faaaee9cf6e7f9a997a5e23edf 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>