#1690 Missing return statement in tensorgridfactory.hh:379
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Jul 8, 2015 15:16 |
Type | Bug Report |
Version | Git (pre2.4) [cmake] |
Operating System | Unspecified / All |
Last edited by | Dominic Kempf (dominic.r.kempf@gmail.com) |
Last edited at | Jul 29, 2015 12:03 |
Closed by | Dominic Kempf (dominic.r.kempf@gmail.com) |
Closed at | Jul 29, 2015 12:03 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | in 666ccfcf8c80e39 |
Description
The method createGrid returns without 'return' statement unless comm.rank()==0. Not sure what the proper fix is.