Skip to content
Snippets Groups Projects
Commit 635275db authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[App/IO] Use English in comments.

parent 9743a427
No related branches found
No related tags found
No related merge requests found
[codespell] [codespell]
skip = ./.git,./Tests/Data,./ThirdParty,*.yml,*.bib,./web/content/imprint.md,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd,./Applications/FileIO/Legacy/OGSIOVer4.cpp skip = ./.git,./Tests/Data,./ThirdParty,*.yml,*.bib,./web/content/imprint.md,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd
ignore-words-list = Theis,nd,theis,strat ignore-words-list = Theis,nd,theis,strat
exclude-file = .codespellexclude exclude-file = .codespellexclude
...@@ -169,7 +169,7 @@ std::string readPolyline(std::istream &in, ...@@ -169,7 +169,7 @@ std::string readPolyline(std::istream &in,
auto* ply(new GeoLib::Polyline(pnt_vec)); auto* ply(new GeoLib::Polyline(pnt_vec));
std::size_t type = 2; // need an initial value std::size_t type = 2; // need an initial value
// Schleife ueber alle Phasen bzw. Komponenten // Loop over all phases or components
do { do {
in >> line; in >> line;
if (line.find("$ID") != std::string::npos) if (line.find("$ID") != std::string::npos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment