DEBSOURCES
Skip Quicknav
sources / openfoam / 4.1%2Bdfsg1-1 / applications / test / Field / Test-Field.C
1234567891011
#include "Test-Field.H" int main() { Vector<double> v1(1, 2); Vector<double> v2(2, 3); std::cout << v1 + v2; return 0; }