ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/debug/Backtrace.cpp
(Generate patch)

Comparing branches/development/src/debug/Backtrace.cpp (file contents):
Revision 1490 by chuckv, Fri Aug 13 15:02:28 2010 UTC vs.
Revision 1491 by chuckv, Mon Aug 16 18:05:58 2010 UTC

# Line 1 | Line 1
1 < #include <protomol/debug/Backtrace.h>
2 < #include <protomol/config.h>
1 > #include "debug/Backtrace.hpp"
2 > #include "config.h"
3  
4   #ifdef HAVE_BACKTRACE
5   #include <execinfo.h>
6  
7   using namespace std;
8 < using namespace ProtoMol;
8 > using namespace OpenMD;
9  
10   #define MAX_STACK 256
11  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines