Skip to content

Commit

Permalink
A fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-korous committed Mar 3, 2013
1 parent 5d32dcb commit b7f0985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes2d/src/discrete_problem.cpp
Expand Up @@ -2521,7 +2521,7 @@ namespace Hermes
// Create the extended shapeset on the union of the central element and its current neighbor.
int order = 20;
int order_base = 20;
for (unsigned int i = 0; i < spaces.size(); i++)
for (unsigned int i = 0; i < this->spaces_size; i++)
{
nbs[i] = neighbor_searches.get(spaces[i]->get_mesh()->get_seq() - min_dg_mesh_seq);
ext_asmlist[i] = nbs[i]->create_extended_asmlist(spaces[i], current_als[i]);
Expand Down

0 comments on commit b7f0985

Please sign in to comment.