KaliVeda
Toolkit for HIC analysis
KVMacros.h
1 #ifndef __KVMACROS_H__
2 #define __KVMACROS_H__
3 
4 // General macros should be defined here to ensure consistency across the code
5 // base.
6 //
7 // Added by Peter Wigg (4/12/2015)
8 
9 #define IGNORE_UNUSED(x) (void)(x)
10 
11 #define Deprecate(x) KVBase::Deprecated(__PRETTY_FUNCTION__,x)
12 #endif