Skip to content

Commit

Permalink
returning strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 14, 2016
1 parent 87961df commit cf9e44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/problems.hpp
Expand Up @@ -318,6 +318,8 @@ std::vector<std::string> Problems<Number_of_particles>::get_problem_strings() co
}
strings.push_back(str);
}

return strings;
}

template <unsigned Number_of_particles>
Expand Down

0 comments on commit cf9e44c

Please sign in to comment.