Skip to content

Commit d7fcbca

Browse files
Update initial_value parameters of generic_system tests (#1943)
1 parent f5196ab commit d7fcbca

File tree

2 files changed

+155
-81
lines changed

2 files changed

+155
-81
lines changed

hardware_interface/src/mock_components/generic_system.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,6 @@ void GenericSystem::initialize_storage_vectors(
725725
states[index][i] = hardware_interface::stod(it2->second);
726726
print_hint = true;
727727
}
728-
else
729-
{
730-
print_hint = true;
731-
}
732728
}
733729
}
734730
}

0 commit comments

Comments
 (0)