Skip to content

Commit 5dae58a

Browse files
committed
fix
1 parent 19f09ad commit 5dae58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/test_suite_runner/PartitioningTestSuiteRunner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int PartitioningTestSuiteRunner<GraphType>::Run(int argc, char *argv[]) {
120120
bool graphStatus = false;
121121
GraphType dag;
122122

123-
std::string fileEnding = filename.substr(filenameGraph.rfind(".") + 1);
123+
std::string fileEnding = filenameGraph.substr(filenameGraph.rfind(".") + 1);
124124

125125
PartitioningProblem<HypergraphT>
126126
instance; //(ConvertFromCdagAsHyperdag<HypergraphT, GraphType>(dag), arch.NumberOfProcessors());

0 commit comments

Comments
 (0)