View Issue Details

IDProjectCategoryView StatusLast Update
0003487OpenFOAMBugpublic2020-04-22 10:11
Reporterwwzhao Assigned Tohenry  
PrioritynoneSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformUnixOSOtherOS Version(please specify)
Fixed in Versiondev 
Summary0003487: Wrong comments for functionObject::end()
DescriptionRelated source file: src/OpenFOAM/db/functionObjects/functionObject/functionObject.H

The comment for functionObject::end() includes "By default it simply calls execute()."

However, in the source file, it simply returns true.

bool Foam::functionObject::end()
{
    return true;
}

TagsNo tags attached.

Activities

henry

2020-04-22 10:11

manager   ~0011301

Resolved by commit a4fb8c64603f6ab6f0e170efe32202359d6476e1

Issue History

Date Modified Username Field Change
2020-04-22 07:13 wwzhao New Issue
2020-04-22 10:11 henry Assigned To => henry
2020-04-22 10:11 henry Status new => resolved
2020-04-22 10:11 henry Resolution open => fixed
2020-04-22 10:11 henry Fixed in Version => dev
2020-04-22 10:11 henry Note Added: 0011301