Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
5e875e15
Commit
5e875e15
authored
Nov 30, 2020
by
Steffen Schotthöfer
Browse files
small fix
parent
99ac874a
Changes
1
Show whitespace changes
Inline
Side-by-side
code/include/optimizers/optimizerbase.h
View file @
5e875e15
...
...
@@ -18,7 +18,7 @@ class OptimizerBase
public:
OptimizerBase
(
Config
*
settings
);
~
OptimizerBase
();
virtual
~
OptimizerBase
();
/*! @brief: Optimizer creator: Depending on the chosen option, this function creates an object of the chosen child class of OptimizerBase */
static
OptimizerBase
*
Create
(
Config
*
settings
);
...
...
jannick.wolters
@jm2154
mentioned in commit
4d41674f
·
Apr 30, 2021
mentioned in commit
4d41674f
mentioned in commit 4d41674ffd4e2eaecf132d1af9a05f0b99f6be5b
Toggle commit list
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