Value: { \
(DescOut)[
M_ ] = (DescIn)[
M_ ]; \
(DescOut)[
N_ ] = (DescIn)[
N_ ]; \
(DescOut)[
MB_ ] = (DescIn)[
MB_ ]; \
(DescOut)[
NB_ ] = (DescIn)[
NB_ ]; \
}
Definition at line 514 of file PBtools.h.
515 { \
517 (DescOut)[
M_ ] = (DescIn)[
M_ ]; \
518 (DescOut)[
N_ ] = (DescIn)[
N_ ]; \
519 (DescOut)[
IMB_ ] = (DescIn)[
IMB_ ]; \
520 (DescOut)[
INB_ ] = (DescIn)[
INB_ ]; \
521 (DescOut)[
MB_ ] = (DescIn)[
MB_ ]; \
522 (DescOut)[
NB_ ] = (DescIn)[
NB_ ]; \
526 (DescOut)[
LLD_ ] = (DescIn)[
LLD_ ]; \
527 }