Skip to content
Snippets Groups Projects
Commit 6d6d9abe authored by Martin Schönherr's avatar Martin Schönherr 💬
Browse files

fixed comparison bug

parent 7f20abde
No related branches found
No related tags found
1 merge request!175change the datatype of numberOfNodes aka numberOfLBnodes to unsigned long long
......@@ -170,7 +170,7 @@ void PositionReader::definePropellerQs(Parameter* para)
//////////////////////////////////////////////////////////////////
for(uint u=0; u<para->getParH(para->getFine())->propellerBC.numberOfBCnodes; u++)
{
for (int dir = DIR_P00; dir<=DIR_MMM; dir++)
for (size_t dir = DIR_P00; dir<=DIR_MMM; dir++)
{
if ((dir==DIR_P00) ||
(dir==DIR_PP0) || (dir==DIR_PM0) || (dir==DIR_P0P) || (dir==DIR_P0M) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment