Revision: 52934
http://brlcad.svn.sourceforge.net/brlcad/?rev=52934&view=rev
Author: brlcad
Date: 2012-10-10 07:01:06 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
bump the arbitrary limit to 100k since 5k is trivially reached with the AP
schemas and halting early causes subsequent valid entities to not get parsed.
Modified Paths:
--------------
brlcad/trunk/src/other/step/src/cleditor/STEPfile.inline.cc
Modified: brlcad/trunk/src/other/step/src/cleditor/STEPfile.inline.cc
===================================================================
--- brlcad/trunk/src/other/step/src/cleditor/STEPfile.inline.cc 2012-10-10
06:59:03 UTC (rev 52933)
+++ brlcad/trunk/src/other/step/src/cleditor/STEPfile.inline.cc 2012-10-10
07:01:06 UTC (rev 52934)
@@ -29,7 +29,7 @@
_instances( i ), _reg( r ), _fileIdIncr( 0 ), _headerId( 0 ),
_entsNotCreated( 0 ), _entsInvalid( 0 ), _entsIncomplete( 0 ),
_entsWarning( 0 ), _errorCount( 0 ), _warningCount( 0 ),
- _maxErrorCount( 5000 ), _strict( strict ),_iFileSize( 0 ),
+ _maxErrorCount( 100000 ), _strict( strict ),_iFileSize( 0 ),
_iFileCurrentPosition( 0 ), _oFileInstsWritten( 0 ),
_iFileStage1Done( false )
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits