WARPXM v1.10.0
Loading...
Searching...
No Matches
utilities.h File Reference
#include <vector>
#include <cstddef>

Go to the source code of this file.

Macros

#define SHOW(varname)
 

Functions

void show_for_debug (bool val)
 
void show_for_debug (int val)
 
void show_for_debug (size_t val)
 
void show_for_debug (double val)
 
void show_for_debug (const std::vector< double > &val)
 

Macro Definition Documentation

◆ SHOW

#define SHOW (   varname)
Value:
std::cout << #varname << " = "; \
show_for_debug(varname);

Function Documentation

◆ show_for_debug() [1/5]

void show_for_debug ( bool  val)

◆ show_for_debug() [2/5]

void show_for_debug ( const std::vector< double > &  val)

◆ show_for_debug() [3/5]

void show_for_debug ( double  val)

◆ show_for_debug() [4/5]

void show_for_debug ( int  val)

◆ show_for_debug() [5/5]

void show_for_debug ( size_t  val)