mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 10:34:31 +00:00
Do revert to unknown plane angle unit state after guessing when creating an IfcCompositeCurve
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user