Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HopsanGUI/LogVariable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ SharedVectorVariableT createFreeVariable(VariableTypeT type, SharedVariableDescr
//! @todo this should not be here should be together with plot variable stuff in some other file later
QString makeFullVariableName(const QStringList &rSystemHierarchy, const QString &rComponentName, const QString &rPortName, const QString &rDataName)
{
if(rDataName.isEmpty()) {
return "";
}
QString sysName;
if(!rSystemHierarchy.isEmpty())
{
Expand Down