string input and flir test

This commit is contained in:
mbosi
2019-09-14 19:03:13 +02:00
parent 041968f38a
commit 8c629ebe7b
14 changed files with 1198 additions and 608 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bool fileExist(const char *fname) {
}
void readBinaryFile(const char* fname, int size, dnnType** data_h, dnnType** data_d, int seek)
void readBinaryFile(std::string fname, int size, dnnType** data_h, dnnType** data_d, int seek)
{
std::ifstream dataFile (fname, std::ios::in | std::ios::binary);
std::stringstream error_s;