Merge branch 'master' into openmp

This commit is contained in:
Caner Candan 2011-01-28 15:27:24 +01:00
commit 534b8a73ad
90 changed files with 7670 additions and 12 deletions

View file

@ -48,6 +48,7 @@ public :
eoOStreamMonitor( std::ostream & _out, bool _verbose=true, std::string _delim = "\t", unsigned int _width=20, char _fill=' ' ) :
out(_out), delim(_delim), width(_width), fill(_fill), firsttime(true)
{
(void)_verbose;
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release" << std::endl;
}