Do revert to unknown plane angle unit state after guessing when creating an IfcCompositeCurve

This commit is contained in:
Thomas Krijnen
2012-12-31 15:48:04 +00:00
parent 71b5cd12a8
commit 4f26622e03
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ void IfcSpfStream::Close() {
// Reads a chunk of BUF_SIZE in memory and increments cursor if requested
//
void IfcSpfStream::ReadBuffer(bool inc) {
std::cout << "Readbuffer" << std::endl;
#ifdef BUF_SIZE
if ( inc ) {
offset += len;