Skip to content

Commit ab56b83

Browse files
author
Michael Strecke
committed
fix #1
1 parent 079352a commit ab56b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/EMFusion.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,8 @@ void EMFusion::writeMeshVis ( const boost::filesystem::path& p ) {
10191019
boost::filesystem::path mesh_vis_out = p / "mesh_vis_out";
10201020
boost::filesystem::create_directories ( mesh_vis_out );
10211021

1022-
for ( const auto& mesh_vis : mesh_vis ) {
1023-
writeImage ( mesh_vis_out, mesh_vis.first, mesh_vis.second );
1022+
for ( const auto& mesh_v : mesh_vis ) {
1023+
writeImage ( mesh_vis_out, mesh_v.first, mesh_v.second );
10241024
}
10251025
}
10261026

0 commit comments

Comments
 (0)