Skip to content
Snippets Groups Projects
Commit 0dcaf126 authored by phung4's avatar phung4
Browse files

checking in buggy version of compiling, non-segfaulting find_first_match

parent 0ada55a3
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ int _get_part_config(List switch_config_list, List part_config_list) ...@@ -194,7 +194,7 @@ int _get_part_config(List switch_config_list, List part_config_list)
*/ */
int _find_first_match(int* geometry, int conn_type) int _find_first_match(int* geometry, int conn_type)
{ {
int dim, i, j, k, x, y, z; int i=0, j=0, k=0, x=0, y=0, z=0;
int found_count[MY_SYSTEM_DIMENSIONS] = {0,0,0}; int found_count[MY_SYSTEM_DIMENSIONS] = {0,0,0};
ListIterator itr; ListIterator itr;
conf_result_t* conf_result; conf_result_t* conf_result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment