Skip to content
Snippets Groups Projects
Commit 01e9c023 authored by alkaemper's avatar alkaemper
Browse files

remove some default values for variant and threshold

parent 60ded97d
No related branches found
No related tags found
No related merge requests found
......@@ -995,7 +995,7 @@ private:
3 means random vertices are in V1 (for test purposes)
everyhting else means V0 = all vertices
*/
void calculateV0(int variante = 0, int threshold = 15)
void calculateV0(int variante, int threshold)
{
//For now, everything is in V0
switch (variante) {
......
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