src/sn_network.[ch]: Rename the bitonic combine method.
[sort-networks.git] / src / sn-evolution.c
index 2f3fba3..71f0c67 100644 (file)
@@ -229,7 +229,7 @@ static int create_offspring (void)
   assert (p1 != NULL);
 
   /* combine the two parents */
-  n = sn_network_combine (p0, p1, inputs_num_is_power_of_two);
+  n = sn_network_combine (p0, p1);
 
   sn_network_destroy (p0);
   sn_network_destroy (p1);