Skip to content

Commit c24e052

Browse files
authored
Fix custom procedure (TuGraph-family#677)
* modify procedure * fix procedure * fix procedure * fix procedure * fix procedure * fix procedure * fix procedure
1 parent aa14327 commit c24e052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

procedures/custom_cpp/louvain_procedure.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ extern "C" bool Process(GraphDB& db, const std::string& request, std::string& re
6060
start_time = get_time();
6161
if (output_file != "") {
6262
fma_common::OutputFmaStream fout;
63+
fout.Open(output_file, 64 << 20);
6364
json cur;
6465
json curNode;
6566
json communityNode;

0 commit comments

Comments
 (0)