Skip to content

Commit 94c164e

Browse files
committed
Tetgen build fix
1 parent cfe6ca3 commit 94c164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Legacy/Fields/InterfaceWithTetGenImpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ FieldHandle detail::InterfaceWithTetGenImplImpl::runImpl(const std::deque<FieldH
338338
}
339339

340340
module_->getUpdaterFunc()(.9);
341-
FieldInformation fi(TETVOLMESH_E,CONSTANTDATA_E,DOUBLE_E);
341+
FieldInformation fi(mesh_info_type::TETVOLMESH_E, databasis_info_type::CONSTANTDATA_E, data_info_type::DOUBLE_E);
342342
FieldHandle tetvol_out = CreateField(fi);
343343
// Convert to a SCIRun TetVol.
344344

0 commit comments

Comments
 (0)