applications/test: Updated to compile with Clang-3.5

This commit is contained in:
Henry
2015-02-04 16:32:36 +00:00
parent 8777c3b308
commit d62a13e89e
10 changed files with 3 additions and 915 deletions

View File

@ -57,8 +57,7 @@ int main(int argc, char *argv[])
//linearInterpolationWeights interpolator
splineInterpolationWeights interpolator
(
samples,
interpolationWeights::WARN
samples
);
labelList indices;
scalarField weights;