Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 5, 2020
1 parent 0945f1d commit cb0237f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -388,7 +388,7 @@ void CellmlFileRuntime::update(CellmlFile *pCellmlFile, bool pAll)
// really want it to be seen as a rate hence we check for
// the degree of the computed target...

if (QString::fromStdWString(variable->initialValue()).isEmpty()) {
if (variable->initialValue().empty()) {
// The computed target doesn't have an initial value, so it
// must be a 'computed' constant

Expand Down

0 comments on commit cb0237f

Please sign in to comment.