Skip to content
GitLab
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
8115632f
Commit
8115632f
authored
Oct 30, 2018
by
Leonardo Solis
Browse files
#28, more cleans + removal old comment & headers
parent
984c78b8
Changes
14
Expand all
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/host/inc/calcenergy.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* calcenergy.h
*
* Created on: 2010.04.20.
* Author: pechan.imre
*/
#ifndef CALCENERGY_H_
#define CALCENERGY_H_
...
...
ofdock_taskpar_xl/host/inc/getparameters.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* getparameters.h
*
* Created on: 2008.10.22.
* Author: pechan.imre
*/
#ifndef GETPARAMETERS_H_
#define GETPARAMETERS_H_
...
...
ofdock_taskpar_xl/host/inc/miscellaneous.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* miscallenous.h
*
* Created on: 2008.09.29.
* Author: pechan.imre
*/
#ifndef MISCELLANEOUS_H_
#define MISCELLANEOUS_H_
...
...
ofdock_taskpar_xl/host/inc/performdocking.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* performdocking.h
*
* Created on: 2010.05.26.
* Author: pechan.imre
*/
#ifndef PERFORMDOCKING_H_
#define PERFORMDOCKING_H_
...
...
ofdock_taskpar_xl/host/inc/processgrid.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processgrid.h
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#ifndef PROCESSGRID_H_
#define PROCESSGRID_H_
#include
<stdio.h>
#include
<string.h>
#include
<stdlib.h>
...
...
ofdock_taskpar_xl/host/inc/processligand.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processligand.h
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#ifndef PROCESSLIGAND_H_
#define PROCESSLIGAND_H_
...
...
ofdock_taskpar_xl/host/inc/processresult.h
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processresult.h
*
* Created on: 2008.09.22.
* Author: pechan.imre
*/
#ifndef PROCESSRESULT_H_
#define PROCESSRESULT_H_
...
...
ofdock_taskpar_xl/host/src/calcenergy.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* calcenergy.cu
*
* Created on: 2010.04.20.
* Author: pechan.imre
*/
#include
"calcenergy.h"
/*
...
...
ofdock_taskpar_xl/host/src/getparameters.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* getparameters.c
*
* Created on: 2008.10.22.
* Author: pechan.imre
*/
#include
"getparameters.h"
int
get_filenames_and_ADcoeffs
(
const
int
*
argc
,
...
...
ofdock_taskpar_xl/host/src/miscellaneous.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* miscallenous.c
*
* Created on: 2008.09.29.
* Author: pechan.imre
*/
#include
"miscellaneous.h"
int
float2fracint
(
double
toconv
,
int
frac
)
...
...
ofdock_taskpar_xl/host/src/performdocking.cpp
View file @
8115632f
This diff is collapsed.
Click to expand it.
ofdock_taskpar_xl/host/src/processgrid.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processgrid.c
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#include
"processgrid.h"
#include
"AOCLUtils/aocl_utils.h"
...
...
ofdock_taskpar_xl/host/src/processligand.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processligand.c
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#include
"processligand.h"
int
init_liganddata
(
const
char
*
ligfilename
,
...
...
ofdock_taskpar_xl/host/src/processresult.cpp
View file @
8115632f
/*
* (C) 2013. Evopro Innovation Kft.
*
* processresult.c
*
* Created on: 2008.09.22.
* Author: pechan.imre
*/
#include
"processresult.h"
void
arrange_result
(
float
*
final_population
,
float
*
energies
,
const
int
pop_size
)
//The function arranges the rows of the input array (first array index is considered to be the row
//index) according to the sum of [] [38] and [][39] elements, which can be used for arranging the
...
...
Leonardo Solis
@solis
mentioned in commit
965993c9
·
Jan 04, 2021
mentioned in commit
965993c9
mentioned in commit 965993c9cdf7295be44d1c163ecf089914dd77b6
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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