- Removed an unused wariable to get rid of a compiler warning.

This commit is contained in:
Kaspar Fischer 2003-03-06 12:15:18 +00:00
parent cb4779867b
commit 62f9b1b192
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ int main(int,char **) {
Minsphere mb(S.begin(),S.end());
// measure time:
bool e = mb.is_empty();
mb.is_empty();
time = clock() - time;
// output running time:

View File

@ -90,7 +90,7 @@ int main(int,char **) {
Minsphere mb(S.begin(),S.end());
// measure time:
bool e = mb.is_empty();
mb.is_empty();
time = clock() - time;
// output running time: