Skip to content

Commit 23089fd

Browse files
committed
Representing the owrk done on one week
1 parent dbe7d56 commit 23089fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dijkstra/dijkstra.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ PG_MODULE_MAGIC;
4646
PGDLLEXPORT Datum _pgr_dijkstra(PG_FUNCTION_ARGS);
4747
PG_FUNCTION_INFO_V1(_pgr_dijkstra);
4848

49+
/* TODO move to a process file*.
4950
static
5051
void
5152
process(

0 commit comments

Comments
 (0)