repo.or.cz
/
OpenFOAM-1.7.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:OpenCFD/OpenFOAM-1.7.x
[OpenFOAM-1.7.x.git]
/
applications
/
test
/
Field
/
FieldTest.C
blob
42c01a053ef32da0aed9bed5396790ca057d1c14
1
#include "testField.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
}