Test-Field.C
Go to the documentation of this file.
1 #include "Test-Field.H"
2 
3 int main()
4 {
5  Vector<double> v1(1, 2);
6  Vector<double> v2(2, 3);
7 
8  std::cout << v1 + v2;
9 
10  return 0;
11 }
main
int main()
Definition: Test-Field.C:3
Test-Field.H
Vector
Definition: Test-Field.H:4