Skip to content
Snippets Groups Projects
Commit f94fd4eb authored by henry's avatar henry
Browse files

Minor format change.

parent c92fc95a
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ void Foam::lduMatrix::Amul ...@@ -60,7 +60,7 @@ void Foam::lduMatrix::Amul
interfaceBouCoeffs, interfaceBouCoeffs,
interfaces, interfaces,
psi, psi,
Apsi, Apsi,
cmpt cmpt
); );
...@@ -79,7 +79,7 @@ void Foam::lduMatrix::Amul ...@@ -79,7 +79,7 @@ void Foam::lduMatrix::Amul
register const label nFaces = upper().size(); register const label nFaces = upper().size();
#ifdef ICC_IA64_PREFETCH #ifdef ICC_IA64_PREFETCH
#pragma swp #pragma swp
#endif #endif
for (register label face=0; face<nFaces; face++) for (register label face=0; face<nFaces; face++)
{ {
...@@ -227,7 +227,7 @@ void Foam::lduMatrix::sumA ...@@ -227,7 +227,7 @@ void Foam::lduMatrix::sumA
} }
#ifdef ICC_IA64_PREFETCH #ifdef ICC_IA64_PREFETCH
#pragma swp #pragma swp
#endif #endif
for (register label face=0; face<nFaces; face++) for (register label face=0; face<nFaces; face++)
...@@ -316,7 +316,7 @@ void Foam::lduMatrix::residual ...@@ -316,7 +316,7 @@ void Foam::lduMatrix::residual
mBouCoeffs, mBouCoeffs,
interfaces, interfaces,
psi, psi,
rA, rA,
cmpt cmpt
); );
...@@ -336,7 +336,7 @@ void Foam::lduMatrix::residual ...@@ -336,7 +336,7 @@ void Foam::lduMatrix::residual
register const label nFaces = upper().size(); register const label nFaces = upper().size();
#ifdef ICC_IA64_PREFETCH #ifdef ICC_IA64_PREFETCH
#pragma swp #pragma swp
#endif #endif
for (register label face=0; face<nFaces; face++) for (register label face=0; face<nFaces; face++)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment