Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
b2420029
Commit
b2420029
authored
Dec 13, 2019
by
niklas.baumgarten
Browse files
..
parent
ba4f018c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/Main.C
View file @
b2420029
#include
"m++.h"
#include
"m++.h"
#include
"MLMCMain.h"
#include
"MLMCMain.h"
#ifdef COMPLEX
#ifdef COMPLEX
#error undef COMPLEX in src/Compiler.h
#error undef COMPLEX in src/Compiler.h
#endif
#endif
int
main
(
int
argv
,
char
**
argc
)
{
int
main
(
int
argc
,
char
**
argv
)
{
SetSearchPath
(
"../mlmc"
,
argv
,
argc
);
Config
::
setSearchPath
(
"../mlmc/"
);
DPO
dpo
(
&
argv
,
&
argc
);
Config
::
setConfigFileName
(
"m++.conf"
);
DPO
dpo
(
&
argc
,
argv
);
auto
mlmcMain
=
new
MLMCMain
();
auto
mlmcMain
=
new
MLMCMain
();
mlmcMain
->
run
();
mlmcMain
->
run
();
...
...
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