fixed little bug in color index
This commit is contained in:
parent
2af46da74c
commit
be047e9a82
|
|
@ -440,8 +440,8 @@ typedef typename SaveMeshType::CoordType CoordType;
|
||||||
for(FaceIterator fit = m.face.begin();fit != m.face.end();++fit)
|
for(FaceIterator fit = m.face.begin();fit != m.face.end();++fit)
|
||||||
{
|
{
|
||||||
idtf.write(4,TextUtility::nmbToStr(nn) + " " +
|
idtf.write(4,TextUtility::nmbToStr(nn) + " " +
|
||||||
TextUtility::nmbToStr(nn + 2) + " " +
|
TextUtility::nmbToStr(nn + 1) + " " +
|
||||||
TextUtility::nmbToStr(nn + 1));
|
TextUtility::nmbToStr(nn + 2));
|
||||||
nn += 3;
|
nn += 3;
|
||||||
}
|
}
|
||||||
idtf.write(3,"}");
|
idtf.write(3,"}");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue