Merge commit 'origin/master' into olesenm

This commit is contained in:
Mark Olesen
2008-05-27 09:57:59 +02:00
69 changed files with 354 additions and 299 deletions

View File

@ -49,6 +49,8 @@ SourceFiles
#include "char.H"
#include <string>
#include <cstring>
#include <cstdlib>
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -103,7 +103,7 @@ inline bool Foam::string::stripInvalid(string& s)
++nValid;
}
}
s.resize(nValid);
return true;