Skip to content

Commit

Permalink
remove 'inline' declaration from .cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Dec 19, 2011
1 parent d7fbf37 commit e787f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/machine/KernelMachine.cpp
Expand Up @@ -185,7 +185,7 @@ SGVector<float64_t> CKernelMachine::get_alphas()
return SGVector<float64_t>(alphas,nsv);
}

inline bool CKernelMachine::create_new_model(int32_t num)
bool CKernelMachine::create_new_model(int32_t num)
{
m_alpha.destroy_vector();
m_svs.destroy_vector();
Expand Down

0 comments on commit e787f2d

Please sign in to comment.