Skip to content

Commit

Permalink
- debugging.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13182 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 4, 2012
1 parent 466acfb commit 5c14805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/runtime/FMIImpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ int FMIImpl__initializeFMIImport(const char* file_name, const char* working_dire
void* variable_start_value = getModelVariableStartValue(model_variable);
void* variable_is_fixed = mk_bcon(fmi1_import_get_variable_is_fixed(model_variable));
void* variable_value_reference = mk_icon(model_variables_value_reference_list[i]);
fprintf(stderr, "%s Variable name = %s, valueReference = %d\n", getModelVariableBaseType(model_variable), getModelVariableName(model_variable), model_variables_value_reference_list[i]);fflush(NULL);
void* variable;
fmi1_base_type_enu_t type = fmi1_import_get_variable_base_type(model_variable);
switch (type) {
Expand Down

0 comments on commit 5c14805

Please sign in to comment.