Skip to content
Snippets Groups Projects
Commit 82a752d1 authored by cmaffeo2's avatar cmaffeo2
Browse files

Move common.h to namd_common.h to avoid confusion

parent 9d88bc82
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define DEVICE #define DEVICE
#endif #endif
#include "common.h" #include "namd_common.h"
#include "useful.h" #include "useful.h"
#ifdef _MSC_VER #ifdef _MSC_VER
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <curand_kernel.h> #include <curand_kernel.h>
#include <curand.h> #include <curand.h>
#include "common.h"
#include "useful.h" #include "useful.h"
#include "ComputeForce.h" #include "ComputeForce.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <cstdio> #include <cstdio>
#include <cstdlib> #include <cstdlib>
#ifdef SIGNAL #ifdef SIGNAL
#include "common.h"
//#include "ARBDException.h" //#include "ARBDException.h"
void SignalManager::segfault_handler(int sig, siginfo_t *info, void *secret) void SignalManager::segfault_handler(int sig, siginfo_t *info, void *secret)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment