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

[PL] BC/Python; Add missing template keyword.

parent a842c47a
No related branches found
No related tags found
No related merge requests found
...@@ -67,8 +67,8 @@ public: ...@@ -67,8 +67,8 @@ public:
_data.dof_table_bulk.getNumberOfComponents(); _data.dof_table_bulk.getNumberOfComponents();
auto const& bulk_node_ids_map = auto const& bulk_node_ids_map =
*_data.boundary_mesh.getProperties().getPropertyVector<std::size_t>( *_data.boundary_mesh.getProperties()
"bulk_node_ids"); .template getPropertyVector<std::size_t>("bulk_node_ids");
// gather primary variables // gather primary variables
Eigen::MatrixXd primary_variables_mat(num_nodes, num_comp_total); Eigen::MatrixXd primary_variables_mat(num_nodes, num_comp_total);
......
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