fixed: (trivial) typo in getting started tutorial

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1497 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva 2012-03-02 14:10:33 +00:00 committed by Knut Morten Okstad
parent 99d5287a6e
commit dc37691c8a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -299,7 +299,7 @@ public:
integrand.{\color{blue}evalInt}%
(locInt[iel], time, detJ*weight, N, dN/dX, X); \\}
\uncover<6->{\>\>\>
end do i, j, j \\}
end do i, j, k \\}
\uncover<10->{\>\>\>
integrand.{\color{blue}finalizeElement}(locInt[iel]); \\}
\uncover<11->{\>\>\>
@ -455,7 +455,7 @@ the application-dependent integrands.
(locInt[iel], time, detJ*weight, \\\>\>\>\>\>
N$_1$, dN$_1$/dX, N$_2$, dN$_2$/dX, X); \\}
\uncover<5->{\>\>\>
end do i, j, j \\}
end do i, j, k \\}
\uncover<9->{\>\>\>
integrand.{\color{blue}finalizeElement}(locInt[iel]); \\\>\>\>
glInt.{\color{blue}assemble}(locInt[iel], MGEL[iel]); \\}