ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/utils/Zap.hpp
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (14 years, 1 month ago) by chuckv
File size: 99 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

File Contents

# Content
1 #ifndef UTILS_ZAP_H
2 #define UTILS_ZAP_H
3
4 #define zap(x) if (x) {delete x; x = 0;}
5
6 #endif // ZAP_H