Skip to content
Snippets Groups Projects
Commit c58818f4 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

code cleanup

parent 4e6362f8
No related branches found
No related tags found
1 merge request!10Surface reconstruction Refactoring
package fr.pasteur.ida.zellige.surfaceConstruction.element.os;
import java.util.Set;
import java.util.TreeMap;
import java.util.TreeSet;
public class OSEStartingStatus extends TreeMap<Integer, Integer>
{
private int dimension;
private final int dimension;
private int minimumSize;
public OSEStartingStatus( int dimension )
......@@ -21,7 +19,7 @@ public class OSEStartingStatus extends TreeMap<Integer, Integer>
if (this.size() != 0)
{
if ( dimension == 0 )
if ( this.dimension == 0 )
{
for ( int i = 0; this.size() > 20 && i <= this.size()* 0.75 ;i++ )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment