10 lines
211 B
C
10 lines
211 B
C
forAll (cr, crI)
|
|
{
|
|
UEqn.setComponentReference
|
|
(
|
|
cr[crI].patchIndex(),
|
|
cr[crI].faceIndex(),
|
|
cr[crI].dir(),
|
|
cr[crI].value()
|
|
);
|
|
}
|