Skip to content

Commit

Permalink
line 622 in fmucontainer from 0 to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Aug 11, 2022
1 parent b0b20b4 commit c15e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbitmq-fmu/src/FmuContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ bool FmuContainer::step(fmi2Real currentCommunicationPoint, fmi2Real communicati
FmuContainer_LOG(fmi2OK, "logAll", "disable send status: %d", disable);
}
//Check which of the inputs of the fmu has changed since the last step
if(disable==0){
if(disable==false){
string message;
this->checkInputs(message);
FmuContainer_LOG(fmi2OK, "logAll", "Send enabled on this step, for message %s", message.c_str());
Expand Down

0 comments on commit c15e6bd

Please sign in to comment.