Skip to content

Commit 8ec3451

Browse files
committed
Getting rid of a print message.
1 parent 1434a22 commit 8ec3451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Omega_h_meshsim.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ struct SimMeshEntInfo {
163163
pVertex vtx;
164164
LO v = 0;
165165

166-
if (transformedCoordId)
167-
std::cout << "Coordinate Transformation is ON \n";
168166
while ((vtx = (pVertex) VIter_next(vertices))) {
169167
double xyz[3];
170168
V_coord(vtx,xyz);

0 commit comments

Comments
 (0)