Browse Source

Update OptimService.cpp (#34)

Nicolas Amat 7 years ago
parent
commit
4a0a686705
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pir/optim/OptimService.cpp

+ 2 - 0
pir/optim/OptimService.cpp

@@ -211,6 +211,8 @@ void OptimService::writeConfigFile(unsigned int alpha, unsigned int alphaMul, un
   file.close();
 }
 
+unsigned int OptimService::getNumberOfLines(std::ifstream& f)
+{
   unsigned int i = 0;
   string line;