Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
4a03a65c
Commit
4a03a65c
authored
Jan 15, 2019
by
Lukas Weber
Browse files
remove types.h
parent
3713b5ca
Changes
6
Hide whitespace changes
Inline
Side-by-side
observable.h
View file @
4a03a65c
#ifndef MCL_OBSERVABLE_H
#define MCL_OBSERVABLE_H
#include <iostream>
#include <fstream>
#include <cmath>
#include <string>
#include <vector>
#include <valarray>
#include <map>
#include "types.h"
#include "dump.h"
class
observable
...
...
parser.h
View file @
4a03a65c
...
...
@@ -6,7 +6,6 @@
#include <string>
#include <sstream>
#include <map>
#include "types.h"
class
parser
{
...
...
runner.h
View file @
4a03a65c
#ifndef MCL_RUNNER_H
#define MCL_RUNNER_H
#pragma once
#include <vector>
#include <functional>
#include <fstream>
#include <mpi.h>
#ifdef NO_TASK_SHARE
#include "mc_ee.h"
#else
#include "mc.h"
#endif
#include "definitions.h"
#include "measurements.h"
#include "dump.h"
...
...
@@ -74,4 +68,3 @@ class runner
};
#endif
runner_single.cpp
View file @
4a03a65c
...
...
@@ -2,6 +2,7 @@
#include "dump.h"
#include "merger.h"
#include <fstream>
#include <fmt/format.h>
#include <fmt/printf.h>
...
...
runner_single.h
View file @
4a03a65c
...
...
@@ -2,7 +2,7 @@
#include "mc.h"
#include "runner_task.h"
#include <
i
ostream>
#include <ostream>
#include <functional>
class
runner_single
{
...
...
types.h
deleted
100644 → 0
View file @
3713b5ca
#ifndef MCL_TYPES_H
#define MCL_TYPES_H
typedef
unsigned
long
int
luint
;
typedef
unsigned
int
uint
;
#endif
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