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
Commits
4377c37c
Commit
4377c37c
authored
Oct 09, 2017
by
Leonardo Solis
Browse files
removed old headers
parent
4edc7f95
Changes
15
Hide whitespace changes
Inline
Side-by-side
common/defines.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* defines.h
*
* Created on: 2009.05.29.
* Author: pechan.imre
*/
#ifndef DEFINES_H_
#define DEFINES_H_
...
...
host/inc/calcenergy.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* calcenergy.h
*
* Created on: 2010.04.20.
* Author: pechan.imre
*/
#ifndef CALCENERGY_H_
#define CALCENERGY_H_
...
...
host/inc/getparameters.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* getparameters.h
*
* Created on: 2008.10.22.
* Author: pechan.imre
*/
#ifndef GETPARAMETERS_H_
#define GETPARAMETERS_H_
...
...
host/inc/miscellaneous.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* miscallenous.h
*
* Created on: 2008.09.29.
* Author: pechan.imre
*/
#ifndef MISCELLANEOUS_H_
#define MISCELLANEOUS_H_
...
...
host/inc/performdocking.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* performdocking.h
*
* Created on: 2010.05.26.
* Author: pechan.imre
*/
#ifndef PERFORMDOCKING_H_
#define PERFORMDOCKING_H_
...
...
host/inc/processgrid.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processgrid.h
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#ifndef PROCESSGRID_H_
#define PROCESSGRID_H_
...
...
host/inc/processligand.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processligand.h
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#ifndef PROCESSLIGAND_H_
#define PROCESSLIGAND_H_
...
...
host/inc/processresult.h
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processresult.h
*
* Created on: 2008.09.22.
* Author: pechan.imre
*/
#ifndef PROCESSRESULT_H_
#define PROCESSRESULT_H_
...
...
host/src/calcenergy.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* calcenergy.cu
*
* Created on: 2010.04.20.
* Author: pechan.imre
*/
#include
"calcenergy.h"
int
prepare_const_fields_for_gpu
(
Liganddata
*
myligand_reference
,
...
...
host/src/getparameters.cpp
View file @
4377c37c
/*
* (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
,
...
...
host/src/miscellaneous.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* miscallenous.c
*
* Created on: 2008.09.29.
* Author: pechan.imre
*/
#include
"miscellaneous.h"
int
float2fracint
(
double
toconv
,
int
frac
)
...
...
host/src/performdocking.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* performdocking.cu
*
* Created on: 2010.04.20.
* Author: pechan.imre
*/
#ifndef _WIN32
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
...
...
host/src/processgrid.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processgrid.c
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#include
"processgrid.h"
int
get_gridinfo
(
const
char
*
fldfilename
,
Gridinfo
*
mygrid
)
{
FILE
*
fp
;
...
...
host/src/processligand.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processligand.c
*
* Created on: 2008.09.30.
* Author: pechan.imre
*/
#include
"processligand.h"
int
init_liganddata
(
const
char
*
ligfilename
,
...
...
host/src/processresult.cpp
View file @
4377c37c
/*
* (C) 2013. Evopro Innovation Kft.
*
* processresult.c
*
* Created on: 2008.09.22.
* Author: pechan.imre
*/
#include
"processresult.h"
...
...
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