mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add col/row access methods for Tensor2D (#1430)
This commit is contained in:
committed by
Andrew Heather
parent
61dfa9b544
commit
79dff5d8fe
@ -40,7 +40,7 @@ int main()
|
||||
Info<< "tensor " << t3 << nl;
|
||||
|
||||
t3.row<2>(Zero);
|
||||
Info<< "replaced row<1> = " << t3.row<2>() << nl;
|
||||
Info<< "replaced row<2> = " << t3.row<2>() << nl;
|
||||
Info<< "tensor " << t3 << nl;
|
||||
|
||||
triad tr3(t3);
|
||||
|
||||
Reference in New Issue
Block a user