whizard is hosted by Hepforge, IPPP Durham

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#812 closed defect (fixed)

Runtime error (out of bounds) for integrating three different NLO components

Reported by: Juergen Reuter Owned by: kilian
Priority: P3 Milestone: v2.5.0
Component: core Version: 2.4.0
Severity: normal Keywords:
Cc:

Description

Using the openloops_1 from the functional tests with the process definition process openloops_1_p1 = E1, e1 => b, B { nlo_calculation = "Born", "Real", "Virtual" } yields the following runtime error: Runtime Error: commands.f90, line 1602: Subscript 1 of CMD%PN_COMPONENTS (value 4) is out of range (1:3) Program terminated by fatal error commands.f90, line 1602: Error occurred in COMMANDS:CMD_NLO_EXECUTE commands.f90, line 5835: Called by COMMANDS:COMMAND_LIST_EXECUTE commands.f90, line 892: Called by COMMANDS:CMD_EXECUTE_OPTIONS commands.f90, line 5834: Called by COMMANDS:COMMAND_LIST_EXECUTE whizard.f90, line 348: Called by WHIZARD:WHIZARD_PROCESS_STREAM whizard.f90, line 323: Called by WHIZARD:WHIZARD_PROCESS_FILE main.f90, line 415: Called by MAIN }}}

Change History (3)

comment:1 Changed 8 years ago by Juergen Reuter

Summary: Runtim error (out of bounds) for integrating three different NLO componentsRuntime error (out of bounds) for integrating three different NLO components

comment:2 Changed 8 years ago by Juergen Reuter

Resolution: fixed
Status: newclosed

This was resolved in r7836. Actually, the logic of the cmd_nlo_t type was not concise, now this allows for an arbitrary list, that then correctly sets the different NLO components.

comment:3 Changed 8 years ago by Juergen Reuter

Milestone: v2.4.1v2.5.0

Milestone renamed

Note: See TracTickets for help on using tickets.