remove warnings, that is:

sizeType --> p_sizeType since it shadows a member method
trailing ;
comparison of signed and unsigned int
This commit is contained in:
Robert K
2015-02-13 14:19:24 +01:00
parent 832475e8ac
commit 05af9e32b7
6 changed files with 12 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ namespace Opm {
}
}
return -1;
};
}
void Well::setRFTForWellWhenFirstOpen(int numSteps,size_t currentStep){
int time;