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
73d3aade
Commit
73d3aade
authored
Jul 06, 2021
by
niklas.baumgarten
Browse files
path fix
parent
e1b5273a
Pipeline
#157261
passed with stages
in 14 minutes and 6 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
mluq/src/Main.cpp
View file @
73d3aade
...
...
@@ -7,7 +7,7 @@
#endif
int
main
(
int
argc
,
char
**
argv
)
{
Config
::
setSearchPath
(
"../ml
mc
/"
);
Config
::
setSearchPath
(
"../ml
uq
/"
);
Config
::
setConfigFileName
(
"m++.conf"
);
Mpp
::
initialize
(
&
argc
,
argv
);
...
...
notebooks/Elliptic Experiments 2.ipynb
View file @
73d3aade
This diff is collapsed.
Click to expand it.
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