Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
93d0defe
Commit
93d0defe
authored
Nov 10, 2018
by
Leonardo Solis
Browse files
#31, removed unused SEPARATE_FGRID_INTERE code
parent
4b102962
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/device/Krnl_InterE.cl
View file @
93d0defe
...
...
@@ -211,12 +211,6 @@ while(active) {
#
endif
//
Energy
contribution
of
the
electrostatic
grid
/*
#
if
defined
(
SEPARATE_FGRID_INTERE
)
#
else
uint
mul_tmp2
=
Host_mul_tmp2
;
#
endif
*/
cube
[0][0][0]
=
GlobFgrids2[cube_000]
/*GlobFgrids
[Host_mul_tmp2
+
cube_000]*/
;
cube
[1][0][0]
=
GlobFgrids2[cube_100]
/*GlobFgrids
[Host_mul_tmp2
+
cube_100]*/
;
cube
[0][1][0]
=
GlobFgrids2[cube_010]
/*GlobFgrids
[Host_mul_tmp2
+
cube_010]*/
;
...
...
@@ -253,13 +247,6 @@ while(active) {
#
endif
//
Energy
contribution
of
the
desolvation
grid
/*
#
if
defined
(
SEPARATE_FGRID_INTERE
)
#
else
uint
mul_tmp3
=
Host_mul_tmp3
;
#
endif
*/
cube
[0][0][0]
=
GlobFgrids3[cube_000]
/*GlobFgrids
[Host_mul_tmp3
+
cube_000]*/
;
cube
[1][0][0]
=
GlobFgrids3[cube_100]
/*GlobFgrids
[Host_mul_tmp3
+
cube_100]*/
;
cube
[0][1][0]
=
GlobFgrids3[cube_010]
/*GlobFgrids
[Host_mul_tmp3
+
cube_010]*/
;
...
...
Leonardo Solis
@solis
mentioned in commit
e0f6511a
·
Jan 04, 2021
mentioned in commit
e0f6511a
mentioned in commit e0f6511a983c149d206b34ed714c9b77fb0b5cf9
Toggle commit list
Write
Preview
Supports
Markdown
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