Skip to content
Snippets Groups Projects
Commit 03206652 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Conceptual output iterator fix for NeumannBC.

parent 92735057
No related branches found
No related tags found
No related merge requests found
...@@ -81,8 +81,8 @@ public: ...@@ -81,8 +81,8 @@ public:
for (auto& config : _neumann_bc_configs) for (auto& config : _neumann_bc_configs)
{ {
config->initialize(searcher); config->initialize(searcher);
bcs = new NeumannBc<GlobalSetup>(*config, bcs++ = new NeumannBc<GlobalSetup>(*config,
std::forward<Args>(args)...); std::forward<Args>(args)...);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment