LONG-TRANSV-SHORT-RANGE wake not implemented
Summary
As discovered by @ext-piot_p the LONG-TRANSV-SHORT-RANGE
wake is not implemented.
Steps to reproduce
WAKE
command with TYPE=LONG-TRANSV-SHORT-RANGE
.
What is the current bug behavior?
No warning message, no wakefield.
What is the expected correct behavior?
Correctly implemented wake, or exception thrown.
Relevant logs and/or screenshots
} else if (Attributes::getString(itsAttr[TYPE]) == "LONG-TRANSV-SHORT-RANGE") {
//FIXME: NOT IMPLEMENTED YET!!!
} else {
wf_m = 0;
INFOMSG("no wakefunction attached" << endl);
}
Possible fixes
An exception can be thrown, also in the case of a non-matching type (might be a typo).
The mention of LONG-TRANSV-SHORT-RANGE
should be removed from the manual.