Opened 15 years ago
Closed 15 years ago
#237 closed task (fixed)
Move helicity summary to process log
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P2 | Milestone: | v2.0.2 |
Component: | core | Version: | 2.0.0rc2 |
Severity: | normal | Keywords: | |
Cc: |
Description
The helicity summary is not for screen output. To divert it to the logfile, we need an additional interface function in the process library.
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Priority: | P4 → P2 |
---|
This is now the only missing task for rc3. Would be nice to have a statement about the time for resolution. Or shift it to rc4!?
comment:3 Changed 15 years ago by
Milestone: | v2.0-rc3 → v2.0-rc4 |
---|
Voted: milestone:v2.0-rc3 ->milestone:v2.0-rc4
comment:4 Changed 15 years ago by
Milestone: | v2.0-rc4 → v2.0.0final |
---|---|
Priority: | P2 → P4 |
comment:5 Changed 15 years ago by
Milestone: | v2.0.0final → v2.0.1 |
---|
This is a technical internum and can be postponed to 2.0.1, if it cannot be done until 2.0.0 release.
comment:6 Changed 15 years ago by
Milestone: | v2.0.1 → v2.0.2 |
---|
comment:7 Changed 15 years ago by
Priority: | P4 → P2 |
---|
I rank this high now because it is a quick thing, but a left-over getting on my nerves.
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done in r2476. Thx Thorsten, who pointed out that the 'is_allowed' function already does it, just compare its values before and after integration.
Agreed.
I implemented a partial fix in r1922: I write it to the unit returned by
instead of the screen. A header for disambiguation in multi-process runs would be nice, though.