Skip to content
Snippets Groups Projects
Commit c7b2f330 authored by Nandhana Sakhtivel's avatar Nandhana Sakhtivel
Browse files

Update gridding.c

parent 37a3bd7a
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ void gridding() ...@@ -14,7 +14,7 @@ void gridding()
TAKE_TIME_START(init); TAKE_TIME_START(init);
// Initialize linked list // Initialize array (Change of data structure from linked list to array)
initialize_array(); initialize_array();
TAKE_TIME_STOP(init); TAKE_TIME_STOP(init);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment