Merge branch 'master' of github.com:OpenCFD/OpenFOAM-1.7.x
[OpenFOAM-1.7.x.git] / applications / test / Field / FieldTest.C
blob42c01a053ef32da0aed9bed5396790ca057d1c14
1 #include "testField.H"
3 int main()
5     Vector<double> v1(1, 2);
6     Vector<double> v2(2, 3);
8     std::cout << v1 + v2;
10     return 0;