View Issue Details

IDProjectCategoryView StatusLast Update
0001804OpenFOAMBugpublic2015-08-01 15:44
Reporteralexeym Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Summary0001804: Brackets are messed-up in if condition in ReversibleReaction.C
DescriptionthermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C:149

Currently it is

if (mag(Kc > VSMALL))

yet logic of the code suggests it should be

if (mag(Kc) > VSMALL)
Steps To Reproduce1. Checkout OpenFOAM-dev (commit 40310a5)
2. Open src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C in editor
3. Go to line 149
TagsNo tags attached.

Activities

henry

2015-08-01 15:44

manager   ~0005156

Thanks for finding this error.
Resolved by commit b38b44a9cba3cab7a4f7980d7795543dc8bdbfb7

Issue History

Date Modified Username Field Change
2015-07-30 18:33 alexeym New Issue
2015-08-01 15:44 henry Note Added: 0005156
2015-08-01 15:44 henry Status new => resolved
2015-08-01 15:44 henry Resolution open => fixed
2015-08-01 15:44 henry Assigned To => henry