Skip to content
Snippets Groups Projects
Commit 29c3b6bc authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[PL] corrected ordering of SD stress output

parent a0077054
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ public:
return getIntPtSigma(cache, 3);
}
std::vector<double> const& getIntPtSigmaXZ(
std::vector<double> const& getIntPtSigmaYZ(
const double /*t*/,
GlobalVector const& /*current_solution*/,
NumLib::LocalToGlobalIndexMap const& /*dof_table*/,
......@@ -328,7 +328,7 @@ public:
return getIntPtSigma(cache, 4);
}
std::vector<double> const& getIntPtSigmaYZ(
std::vector<double> const& getIntPtSigmaXZ(
const double /*t*/,
GlobalVector const& /*current_solution*/,
NumLib::LocalToGlobalIndexMap const& /*dof_table*/,
......
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