Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
just another commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SahibYar committed Jan 17, 2016
1 parent 4a0063c commit 8e1f633
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions 3D-Bin-Packing/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Containers
/ | / |
E--|------------F |
| | | |
Orig|in------------|--D
Orig|in-------------|--D
| / | /
G/--------------H/
Expand All @@ -55,12 +55,6 @@ public Boolean Still_to_Open
set { this.b_still_to_open = value; }
}

public Boolean Currenlty_Open
{
get { return this.b_currently_open; }
set { this.b_currently_open = value; }
}

public Boolean Closed
{
get { return this.closed; }
Expand Down

0 comments on commit 8e1f633

Please sign in to comment.