Zoltan2
Loading...
Searching...
No Matches
Macros | Functions
TPLTraits.cpp File Reference
#include <Teuchos_RCP.hpp>
#include <Zoltan2_Environment.hpp>
#include <Zoltan2_TPLTraits.hpp>
Include dependency graph for TPLTraits.cpp:

Go to the source code of this file.

Macros

#define MAX(a, b)   ((a) > (b) ? (a) : (b))
 
#define PRINTMSG(s)    std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl
 

Functions

int main (int narg, char *arg[])
 

Macro Definition Documentation

◆ MAX

#define MAX ( a,
b )   ((a) > (b) ? (a) : (b))

Definition at line 58 of file TPLTraits.cpp.

◆ PRINTMSG

#define PRINTMSG ( s)     std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl

Definition at line 83 of file TPLTraits.cpp.

Function Documentation

◆ main()

int main ( int narg,
char * arg[] )

Definition at line 86 of file TPLTraits.cpp.