applications/test: Updated to compile with Clang-3.5
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
Test-DataEntry.C
|
||||
interpolationWeights.C
|
||||
splineInterpolationWeights.C
|
||||
linearInterpolationWeights.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-DataEntry
|
||||
|
||||
@ -57,8 +57,7 @@ int main(int argc, char *argv[])
|
||||
//linearInterpolationWeights interpolator
|
||||
splineInterpolationWeights interpolator
|
||||
(
|
||||
samples,
|
||||
interpolationWeights::WARN
|
||||
samples
|
||||
);
|
||||
labelList indices;
|
||||
scalarField weights;
|
||||
|
||||
Reference in New Issue
Block a user