Commit cd418100 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added a newline at the end of the file to make the compiler stop complaining

parent 87815e8c
...@@ -41,4 +41,4 @@ void destroyCompactionPlan(compactionPlan& d); ...@@ -41,4 +41,4 @@ void destroyCompactionPlan(compactionPlan& d);
extern "C" extern "C"
int compactStream(const compactionPlan& d,unsigned int* dOut,const unsigned int* dIn,const unsigned int* dValid,size_t len,size_t* dNumValid); int compactStream(const compactionPlan& d,unsigned int* dOut,const unsigned int* dIn,const unsigned int* dValid,size_t len,size_t* dNumValid);
#endif // __OPENMM_CUDACOMPACT_H__ #endif // __OPENMM_CUDACOMPACT_H__
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment