Skip to content
Snippets Groups Projects
Commit 340cb3cc authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on prameters

parent 5ff4383f
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ public: ...@@ -174,7 +174,7 @@ public:
void getStateHash(HashAlgo* iHash) const{ void getStateHash(HashAlgo* iHash) const{
//#if size>0 //#if size>0
//std::cout << "add param vals:\n"; //std::cout << "add param vals:\n";
for (unsigned int i=0;i<size;i++){ for (int i=0;i<size;i++){
iHash->addValue((HashValueType)_p[i]); iHash->addValue((HashValueType)_p[i]);
//std::cout << _p[i] << ", "; //std::cout << _p[i] << ", ";
} }
......
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