Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alta
alta
Commits
6ee3b36d
Commit
6ee3b36d
authored
Aug 20, 2013
by
Laurent Belcour
Browse files
Fixing errors in the matlab implementation of the rational fitter
parent
2efea9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/core/plugins_manager.cpp
View file @
6ee3b36d
...
...
@@ -287,6 +287,7 @@ fitter* plugins_manager::get_fitter(const std::string& n)
}
#ifdef USING_STATIC
/*
std::string file;
if(n[0] == '.')
{
...
...
@@ -300,7 +301,8 @@ fitter* plugins_manager::get_fitter(const std::string& n)
QString path = QDir::currentPath() + QString(file.c_str()) ;
FitterPrototype myFitter = open_library<FitterPrototype>(path.toStdString(), "provide_fitter");
*/
FitterPrototype
myFitter
=
open_library
<
FitterPrototype
>
(
n
,
"provide_fitter"
);
if
(
myFitter
!=
NULL
)
{
#ifdef DEBUG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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