Home
last modified time | relevance | path

Searched refs:NETGEN_TOKEN_CONCAT (Results 1 – 1 of 1) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dprofiler.hpp375 #define NETGEN_TOKEN_CONCAT(x, y) x ## y macro
376 #define NETGEN_TOKEN_CONCAT2(x, y) NETGEN_TOKEN_CONCAT(x, y)