Skip to content

Commit

Permalink
- tab-error
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 21, 2012
1 parent efabe0d commit 9761766
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -256,7 +256,7 @@ void simulation_result_mat::emit(DATA *data)
}
for (int i = 0; i < data->modelData.nAliasBoolean; i++) if (!data->modelData.booleanAlias[i].filterOutput)
{
if (data->modelData.booleanAlias[i].negate)
if (data->modelData.booleanAlias[i].negate)
{
datPoint = (double) (data->localData[0]->booleanVars[data->modelData.booleanAlias[i].nameID]==1?0:1);
fp.write((char*)&datPoint,sizeof(double));
Expand Down

0 comments on commit 9761766

Please sign in to comment.