libatomprobe
Library for Atom Probe Tomography (APT) computation
test
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
Generated on Mon Jul 27 2020 22:40:33 for libatomprobe by
1.8.13