Skip to content

Commit

Permalink
added TODO to Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Serena Canavero s314325 committed Dec 22, 2023
1 parent c269da2 commit 09262f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#include <ctime>
#include <sstream>


/**
TODO
*/
void save_to_file(const GraphPtr & graph, const std::vector<unsigned int> &partitions,int requestedPartitions) {
std::chrono::system_clock::time_point now = std::chrono::system_clock::now();
std::time_t now_c = std::chrono::system_clock::to_time_t(now);
Expand Down

0 comments on commit 09262f7

Please sign in to comment.