Changes to fix compilation problems on the Sparc.

GeoSet.cpp simply remove rendundent code that had already been commented out.
This commit is contained in:
Robert Osfield
2002-01-18 22:34:07 +00:00
parent 4fbf4db42e
commit 58f72ee2d7
7 changed files with 5 additions and 20 deletions

View File

@@ -47,11 +47,6 @@ GeoSet::GeoSet()
_fast_path = 1;
// cout << endl << "Above allocated"<<endl;
// newMemoryAdapter<Vec3>* ma = newMemoryAdapter<Vec3>::instance();
// mem_ptr<Vec3> coords(ma->allocate(100),ma);
// cout << "Registered"<<endl;mc
}
#define INDEX_ARRAY_DELETE(A) if (A._is_ushort) ushortList.insert(A._ptr._ushort); else uintList.insert(A._ptr._uint);