Go to the source code of this file.
Original source file Probes.C
Definition in file Probes.C.
◆ doLocalCode
| #define doLocalCode |
( |
| InputType, |
|
|
| Target ) |
Value:{ \
Target.clear(); \
const auto iter = selected.cfind(InputType::typeName); \
if (iter.good()) \
{ \
\
Target.append(iter.val().sortedToc()); \
nFields += Target.size(); \
} \
}
Referenced by Probes< ProbeType >::prepare().