Skip to content

Commit

Permalink
Remove debug message, fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Mar 10, 2017
1 parent a3b50e9 commit a1c08b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libUnderworld/gLucifer/DrawingObjects/src/CrossSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,7 @@ void lucCrossSection_SampleMesh( void* drawingObject, Bool reverse)
self->vertices[i][j][d] = pos[d];

for (d=0; d<self->fieldComponentCount; d++)
{
self->values[i][j][d] = io->at<float>(d);
std::cout << self->values[i][j][d] << std::endl;
}

localcount++;
}
Expand Down

0 comments on commit a1c08b5

Please sign in to comment.