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