repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
test
/
Field
/
Test-Field.C
blob
2e037f6a34b607546c8f525e89664d1fac084178
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
}