Skip to content

Commit 222a9f8

Browse files
Merge pull request #160 from Geode-solutions/fix/clang-stack
fix(Clang): remove errors
2 parents 0f271b8 + a74f445 commit 222a9f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ namespace geode
7676
ImplicitStructuralModel& model, std::string_view directory )
7777
{
7878
ImplicitStructuralModelBuilder builder{ model };
79-
builder.set_horizons_stack( std::move( load_horizons_stack< 3 >(
79+
builder.set_horizons_stack( load_horizons_stack< 3 >(
8080
absl::StrCat( directory, "/horizons_stack.",
81-
HorizonsStack3D::native_extension_static() ) ) ) );
81+
HorizonsStack3D::native_extension_static() ) ) );
8282
builder.reinitialize_implicit_query_trees();
8383
load_structural_model_files( model, directory );
8484
}

0 commit comments

Comments
 (0)