Chi-Tech
PostProcessorPrinter_00.cc File Reference

Go to the source code of this file.

Namespaces

namespace  chi
 

Macros

#define JoinWordsA(x, y)   x##y
 
#define JoinWordsB(x, y)   JoinWordsA(x, y)
 

Functions

static char JoinWordsB (unique_var_name_ppp_, __COUNTER__)
 

Macro Definition Documentation

◆ JoinWordsA

#define JoinWordsA (   x,
 
)    x##y

Small utility macro for joining two words.

Definition at line 14 of file PostProcessorPrinter_00.cc.

◆ JoinWordsB

#define JoinWordsB (   x,
 
)    JoinWordsA(x, y)

IDK why this is needed. Seems like counter doesnt work properly without it

Definition at line 16 of file PostProcessorPrinter_00.cc.

Function Documentation

◆ JoinWordsB()

static char JoinWordsB ( unique_var_name_ppp_  ,
__COUNTER__   
)
static