소스 검색

Update OptimService.cpp (#34)

Nicolas Amat 7 년 전
부모
커밋
4a0a686705
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;