Skip to content

Commit

Permalink
Aktualisieren von iks006_nonlinear2DSolid.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t authored May 27, 2024
1 parent dfb9cc5 commit 235bf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iks006_nonlinear2DSolid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum class SolverType
TrustRegion
};

template <gridType gt, solverType st>
template <GridType gt, SolverType st>
auto run() using namespace Ikarus;
constexpr int gridDim = 2;

Expand Down

0 comments on commit 235bf91

Please sign in to comment.