commented out a debugging message... was getting errors about cast to int
losses percision on 64bit linux with gcc4.X Kent
This commit is contained in:
@@ -573,7 +573,7 @@ void LbmFsgrSolver::initLevelOmegas()
|
||||
*****************************************************************************/
|
||||
bool LbmFsgrSolver::initializeSolver()
|
||||
{
|
||||
debMsgStd("LbmFsgrSolver::initialize",DM_MSG,"Init start... (Layout:"<<ALSTRING<<") "<<this->mInitDone<<" "<<(int)this,1);
|
||||
// debMsgStd("LbmFsgrSolver::initialize",DM_MSG,"Init start... (Layout:"<<ALSTRING<<") "<<this->mInitDone<<" "<<((int)this),1);
|
||||
|
||||
// size inits to force cubic cells and mult4 level dimensions
|
||||
// and make sure we dont allocate too much...
|
||||
|
||||
Reference in New Issue
Block a user