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
QTL
spell-qtl
Commits
27d6a61a
Commit
27d6a61a
authored
Jul 27, 2018
by
Damien Leroux
Browse files
Reorganization of include files. Added missing license.
parent
679163b5
Changes
201
Show whitespace changes
Inline
Side-by-side
include/bayes
/factor.h
→
attic
/factor.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_FACTOR_H_
#ifdef _SPEL_BAYES_FACTOR_H_
#error "_SPEL_BAYES_FACTOR_H_ already defined!"
#else
#define _SPEL_BAYES_FACTOR_H_
#include "message.h"
...
...
include/bayes
/factor_var.h
→
attic
/factor_var.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_FACTOR_VAR_H_
#ifdef _SPEL_BAYES_FACTOR_VAR_H_
#error "_SPEL_BAYES_FACTOR_VAR_H_ already defined!"
#else
#define _SPEL_BAYES_FACTOR_VAR_H_
...
...
include/bayes
/factor_var2.h
→
attic
/factor_var2.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_FACTOR_VAR_H_
#ifdef _SPEL_BAYES_FACTOR_VAR_H_
#error "_SPEL_BAYES_FACTOR_VAR_H_ already defined!"
#else
#define _SPEL_BAYES_FACTOR_VAR_H_
...
...
include/bayes
/factor_var3.h
→
attic
/factor_var3.h
View file @
27d6a61a
...
...
@@ -15,11 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_FACTOR_VAR_H_
#ifdef _SPEL_BAYES_FACTOR_VAR_H_
#error "_SPEL_BAYES_FACTOR_VAR_H_ already defined!"
#else
#define _SPEL_BAYES_FACTOR_VAR_H_
#include "
../
pedigree.h"
#include "pedigree.h"
#include <forward_list>
inline
double
huge_double
()
...
...
include/bayes
/factor_var4.h
→
attic
/factor_var4.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_FACTOR_VAR_H_
#ifdef _SPEL_BAYES_FACTOR_VAR_H_
#error "_SPEL_BAYES_FACTOR_VAR_H_ already defined!"
#else
#define _SPEL_BAYES_FACTOR_VAR_H_
...
...
sr
c/factory.cc
→
atti
c/factory.cc
View file @
27d6a61a
File moved
include/cache
/factory.h
→
attic
/factory.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_CACHE_FACTORY_H_
#ifdef _SPEL_CACHE_FACTORY_H_
#error "_SPEL_CACHE_FACTORY_H_ already defined!"
#else
#define _SPEL_CACHE_FACTORY_H_
#include <vector>
...
...
@@ -24,14 +26,14 @@
#include <future>
#include <typeinfo>
#include "md5.h"
#include "
cache/
md5.h"
#include "input.h"
/*#include "call_tuple.h"*/
#include "tuple_utils.h"
#include "value.h"
#include "cartesian_product.h"
#include "file.h"
#include "
cache/
tuple_utils.h"
#include "
cache/
value.h"
#include "
cache/
cartesian_product.h"
#include "
cache/
file.h"
template
<
typename
T
>
using
only_if_derives_from_wof
=
typename
std
::
enable_if
<
std
::
is_base_of
<
cache
::
with_output_func
,
T
>::
value
,
T
>::
type
;
...
...
sr
c/fast_polynom.cc
→
atti
c/fast_polynom.cc
View file @
27d6a61a
File moved
include/computations
/file_io.h
→
attic
/file_io.h
View file @
27d6a61a
File moved
include
/fmin.h
→
attic
/fmin.h
View file @
27d6a61a
...
...
@@ -22,7 +22,9 @@
* Source for libf2c is in /netlib/f2c/libf2c.zip, e.g., http://www.netlib.org/f2c/libf2c.zip
*/
#ifndef _SPEL_FMIN_H_
#ifdef _SPEL_FMIN_H_
#error "_SPEL_FMIN_H_ already defined!"
#else
#define _SPEL_FMIN_H_
#include <utility>
...
...
include/computations
/from_settings.h
→
attic
/from_settings.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_COMPUTATIONS_FROM_SETTINGS_H_
#ifdef _SPEL_COMPUTATIONS_FROM_SETTINGS_H_
#error "_SPEL_COMPUTATIONS_FROM_SETTINGS_H_ already defined!"
#else
#define _SPEL_COMPUTATIONS_FROM_SETTINGS_H_
typedef
cache
::
value
<
const
::
generation_rs
*>
generation_value
;
...
...
include/input
/genealogy.h
→
attic
/genealogy.h
View file @
27d6a61a
File moved
src/bayes
/generalized_product.cc
→
attic
/generalized_product.cc
View file @
27d6a61a
File moved
include/computations
/genetic.h
→
attic
/genetic.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_COMPUTATIONS_GENETIC_H_
#ifdef _SPEL_COMPUTATIONS_GENETIC_H_
#error "_SPEL_COMPUTATIONS_GENETIC_H_ already defined!"
#else
#define _SPEL_COMPUTATIONS_GENETIC_H_
namespace
computations
{
...
...
sr
c/geno_matrix.cc
→
atti
c/geno_matrix.cc
View file @
27d6a61a
File moved
include
/geno_matrix0.h
→
attic
/geno_matrix0.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_GENO_MATRIX_H_
#ifdef _SPEL_GENO_MATRIX_H_
#error "_SPEL_GENO_MATRIX_H_ already defined!"
#else
#define _SPEL_GENO_MATRIX_H_
#include "eigen.h"
...
...
include
/geno_matrix1.h
→
attic
/geno_matrix1.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_GENO_MATRIX_H_
#ifdef _SPEL_GENO_MATRIX_H_
#error "_SPEL_GENO_MATRIX_H_ already defined!"
#else
#define _SPEL_GENO_MATRIX_H_
#include "eigen.h"
...
...
include/bayes
/graph.h
→
attic
/graph.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_GRAPH_H_
#ifdef _SPEL_BAYES_GRAPH_H_
#error "_SPEL_BAYES_GRAPH_H_ already defined!"
#else
#define _SPEL_BAYES_GRAPH_H_
#include <list>
...
...
include/bayes
/graph2.h
→
attic
/graph2.h
View file @
27d6a61a
...
...
@@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_GRAPH_H_
#ifdef _SPEL_BAYES_GRAPH_H_
#error "_SPEL_BAYES_GRAPH_H_ already defined!"
#else
#define _SPEL_BAYES_GRAPH_H_
#include <list>
...
...
include/bayes
/graphnode.h
→
attic
/graphnode.h
View file @
27d6a61a
...
...
@@ -15,12 +15,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SPEL_BAYES_GRAPH_NODE_H_
#ifdef _SPEL_BAYES_GRAPH_NODE_H_
#error "_SPEL_BAYES_GRAPH_NODE_H_ already defined!"
#else
#define _SPEL_BAYES_GRAPH_NODE_H_
#include "graphnode_base.h"
#include "
../
pedigree.h"
#include "pedigree.h"
struct
graph_type
{
node_vec
rank
;
...
...
Prev
1
2
3
4
5
6
…
11
Next
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