Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
russellfunk committed Jul 20, 2017
1 parent 9642450 commit 4ba5fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdindex.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ void free_graph(Graph *graph);
/* function prototypes for cdindex.c */
double cdindex(Graph *graph, long long int id, long long int time_delta);
double mcdindex(Graph *graph, long long int id, long long int time_delta);
double iindex(Graph *graph, long long int id, long long int time_delta);
long long int iindex(Graph *graph, long long int id, long long int time_delta);

0 comments on commit 4ba5fd8

Please sign in to comment.