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>
void
List<XX>::checkSize(unsigned newLength)
{
// neuen Platzbedarf pruefen:
// test new size requirement:
unsigned newSpace = space();
if (newLength > newSpace)
{
......@@ -184,7 +184,7 @@ List<XX>::checkSize(unsigned newLength)
}
}
// Veraenderung ?:
// change?
if (newSpace != space())
alloc(newSpace,true);
}
......
......@@ -241,7 +241,7 @@ Index::WriteHeap( std::ostream & o_rOut,
/** bersicht der Struktur
/** Structure overview
MODULEDESCRIPTION
{
......
......@@ -128,7 +128,7 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine)
int
Do_IndexCommandLine(const CommandLine & i_rCommandLine)
{
// Parsen files:
// Parse files:
List<Simstr> aFiles;
Index aIndex( i_rCommandLine.OutputDirectory(),
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