Skip to content

Commit

Permalink
Fixes for no kinsol
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 20, 2014
1 parent 8f3cfe3 commit 47a6843
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -233,6 +233,6 @@
#else
int kinsol_initialization(INIT_DATA *initData)
{
throwStreamPrint("no sundials/kinsol support activated");
throwStreamPrint(NULL,"no sundials/kinsol support activated");
}
#endif

0 comments on commit 47a6843

Please sign in to comment.