Skip to content
Snippets Groups Projects
Commit 3cc54617 authored by akbib's avatar akbib Committed by akbib@FU-BERLIN.DE
Browse files

don't use FieldVector::size

[[Imported from SVN: r10893]]
parent 11ebecb1
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ public: ...@@ -165,7 +165,7 @@ public:
int globalRow = indexSet.subIndex(*eIt,row,dim); int globalRow = indexSet.subIndex(*eIt,row,dim);
for (int rcomp=0; rcomp<SymmetricTensor<dim>::size; rcomp++) { for (int rcomp=0; rcomp<p0Stress.size(); rcomp++) {
unscaledP1Stress[globalRow][rcomp] += p0Stress[rcomp]*values[row] * factor; unscaledP1Stress[globalRow][rcomp] += p0Stress[rcomp]*values[row] * factor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment