Skip to content

Commit f5349b0

Browse files
author
Alexander Strack
committed
Fix rebase error
1 parent d8f2ad4 commit f5349b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main_train.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ int main(int argc, char* argv[]) {
115115
PLSSVM_DETAIL_TRACKING_PERFORMANCE_TRACKER_ADD_HARDWARE_SAMPLER_ENTRY(*s);
116116
});
117117
#endif
118+
};
118119
std::visit(data_set_visitor, plssvm::detail::cmd::data_set_factory(cmd_parser));
119120

120121
// stop CPU hardware sampler and dump results if available

0 commit comments

Comments
 (0)