Skip to content
Snippets Groups Projects
Commit 31eb2576 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

fix compiler warning

[[Imported from SVN: r2381]]
parent 161930f9
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,7 @@ assembleGradient(const Entity& element, ...@@ -510,7 +510,7 @@ assembleGradient(const Entity& element,
interpolationDerivative(solution[0].q, solution[1].q, quadPos, dq_dwij); interpolationDerivative(solution[0].q, solution[1].q, quadPos, dq_dwij);
array<Quaternion<double>,6> dq_ds_dwij; array<Quaternion<double>,6> dq_ds_dwij;
interpolationVelocityDerivative(solution[0].q, solution[1].q, quadPos*intervalLength, intervalLength, interpolationVelocityDerivative(solution[0].q, solution[1].q, quadPos[0]*intervalLength, intervalLength,
dq_ds_dwij); dq_ds_dwij);
// ///////////////////////////////////////////// // /////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment