Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
cd418100
Commit
cd418100
authored
Nov 19, 2009
by
Peter Eastman
Browse files
Added a newline at the end of the file to make the compiler stop complaining
parent
87815e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cuda/src/kernels/cudaCompact.h
platforms/cuda/src/kernels/cudaCompact.h
+1
-1
No files found.
platforms/cuda/src/kernels/cudaCompact.h
View file @
cd418100
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment