Getting rid of extra CR characters at ends of lines.

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5285 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
pscrozi
2010-11-23 19:52:03 +00:00
parent 80a30880f8
commit 4366bfffd3
78 changed files with 2892 additions and 2890 deletions

View File

@ -9,7 +9,7 @@
// -------------------------------------------------------------
#ifndef __CUDPP_PLAN_H__
#define __CUDPP_PLAN_H__
typedef void* KernelPointer;
extern "C" size_t getNumCTAs(KernelPointer kernel);