Added info message
This commit is contained in:
parent
90db997187
commit
4930621129
1 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,8 @@ endOfSection {space}")"{space}
|
||||||
<< " start: "
|
<< " start: "
|
||||||
<< pointGroupStartIndex[pointGroupStartIndex.size()-1]
|
<< pointGroupStartIndex[pointGroupStartIndex.size()-1]
|
||||||
<< " end: "
|
<< " end: "
|
||||||
<< pointGroupEndIndex[pointGroupEndIndex.size()-1] << flush;
|
<< pointGroupEndIndex[pointGroupEndIndex.size()-1]
|
||||||
|
<< " nComponents: " << pointGroupNumberOfComponents << flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
<readNumberOfPoints,readPointGroupData>{endOfSection} {
|
<readNumberOfPoints,readPointGroupData>{endOfSection} {
|
||||||
|
|
Reference in a new issue