Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21141 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 17, 2014
1 parent af4d8bb commit 5cde57e
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -9,18 +9,18 @@ template<class CreationPolicy>
struct LinSolverOMCFactory : public ObjectFactory<CreationPolicy> {

public:
LinSolverOMCFactory(PATH library_path, PATH modelicasystem_path,PATH config_path)
:ObjectFactory<CreationPolicy>(library_path,modelicasystem_path,config_path)
,_last_selected_solver("empty")
{
LinSolverOMCFactory(PATH library_path, PATH modelicasystem_path,PATH config_path)
:ObjectFactory<CreationPolicy>(library_path,modelicasystem_path,config_path)
,_last_selected_solver("empty")
{

}
virtual ~LinSolverOMCFactory()
{
ObjectFactory<CreationPolicy>::_factory->UnloadAllLibs();
}
}
virtual ~LinSolverOMCFactory()
{
ObjectFactory<CreationPolicy>::_factory->UnloadAllLibs();
}

virtual boost::shared_ptr<ILinSolverSettings> createLinSolverSettings(string lin_solver)
virtual boost::shared_ptr<ILinSolverSettings> createLinSolverSettings(string lin_solver)
{
string lin_solver_key;

Expand Down

0 comments on commit 5cde57e

Please sign in to comment.