Skip to content
Snippets Groups Projects
Commit 1920bbbe authored by Gitlab Runner's avatar Gitlab Runner
Browse files

pass string to ubfileinput

parent 0d62581b
No related branches found
No related tags found
1 merge request!75deletet all gpu related files, changed alle .cu files to .cpp files and add...
......@@ -10,7 +10,7 @@ TEST(UbFileInputASCIITest, readIntegerAfterString)
std::filesystem::path filePath = __FILE__;
filePath.replace_filename("UbFileInputASCIITest.cfg");
// UbFileInputASCII sut {filePath.string()};
UbFileInputASCII sut {filePath.string()};
// const int actual = sut.readIntegerAfterString("test =");
......
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