ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
devel_omp
/
src
/
utils
/
Zap.hpp
Revision:
1492
Committed:
Mon Aug 16 18:07:50 2010 UTC
(15 years ago) by
chuckv
Original Path:
branches/development/src/utils/Zap.hpp
File size:
99 byte(s)
Log Message:
Adding exception and reporting mechanism from ProtoMol to OpenMD.
File Contents
#
User
Rev
Content
1
chuckv
1492
#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