Kaydet (Commit) 9bde2236 authored tarafından Laurent Charrière's avatar Laurent Charrière Kaydeden (comit) Michael Meeks

Translate German comments in ure/xml2cmp

Signed-off-by: 's avatarLaurent Charrière <lcharriere@gmail.com>
üst a715e1b3
...@@ -165,7 +165,7 @@ template <class XX> ...@@ -165,7 +165,7 @@ template <class XX>
void void
List<XX>::checkSize(unsigned newLength) List<XX>::checkSize(unsigned newLength)
{ {
// neuen Platzbedarf pruefen: // test new size requirement:
unsigned newSpace = space(); unsigned newSpace = space();
if (newLength > newSpace) if (newLength > newSpace)
{ {
...@@ -184,7 +184,7 @@ List<XX>::checkSize(unsigned newLength) ...@@ -184,7 +184,7 @@ List<XX>::checkSize(unsigned newLength)
} }
} }
// Veraenderung ?: // change?
if (newSpace != space()) if (newSpace != space())
alloc(newSpace,true); alloc(newSpace,true);
} }
......
...@@ -241,7 +241,7 @@ Index::WriteHeap( std::ostream & o_rOut, ...@@ -241,7 +241,7 @@ Index::WriteHeap( std::ostream & o_rOut,
/** bersicht der Struktur /** Structure overview
MODULEDESCRIPTION MODULEDESCRIPTION
{ {
......
...@@ -128,7 +128,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine) ...@@ -128,7 +128,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
int int
Do_IndexCommandLine(const CommandLine & i_rCommandLine) Do_IndexCommandLine(const CommandLine & i_rCommandLine)
{ {
// Parsen files: // Parse files:
List<Simstr> aFiles; List<Simstr> aFiles;
Index aIndex( i_rCommandLine.OutputDirectory(), Index aIndex( i_rCommandLine.OutputDirectory(),
i_rCommandLine.IdlRootPath(), i_rCommandLine.IdlRootPath(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment