libatomprobe
Library for Atom Probe Tomography (APT) computation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test.h
Go to the documentation of this file.
1 #ifndef ATOMPROBE_TEST_H
2 #define ATOMPROBE_TEST_H
3 
4 #ifndef TEST
5 #define TEST(f,g) { if(!(f)) { cerr << "Test failed " << __FILE__ << ":" << __LINE__ << g << endl ; } } ;
6 #endif
7 
8 #endif