We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efd6dd commit b06e020Copy full SHA for b06e020
dynadjust/dynadjust/dnaimport/dnaparser_pimpl.cxx
@@ -181,6 +181,7 @@ void Directions_pimpl::post_Directions(const UINT32& total)
181
if (_dnaDirection->NotIgnored())
182
{
183
_parent_dnaDirectionSet->AddDirection(_dnaDirection.get());
184
+ g_parsemsr_tally.D++;
185
return;
186
}
187
@@ -251,7 +252,7 @@ void DnaMeasurement_pimpl::Type(const ::std::string& Type)
251
252
_dnaCurrentMsr.reset(new CDnaDistance);
253
break;
254
case 'D': // Direction set
- g_parsemsr_tally.D++;
255
+ //g_parsemsr_tally.D++; See post_Directions()
256
_dnaCurrentMsr.reset(new CDnaDirectionSet(++(*(_pclusterID))));
257
258
case 'E': // Ellipsoid arc
0 commit comments