Skip to content

Commit

Permalink
Merging. Had the fix already in local branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Sep 27, 2014
2 parents 784980b + fbc68c6 commit fb991d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fenicstools/fem/interpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ namespace dolfin
};

void extract_dof_component_map(std::unordered_map<std::size_t,
std::size_t>& dof_component_map,
const FunctionSpace& V,
int* component)
std::size_t>& dof_component_map,
const FunctionSpace& V,
int* component)
{ // Extract sub dofmaps recursively and store dof to component map
std::unordered_map<std::size_t, std::size_t> collapsed_map;
std::unordered_map<std::size_t, std::size_t>::iterator map_it;
Expand Down

0 comments on commit fb991d3

Please sign in to comment.