~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/interface/master_interface.py

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                elif nlo_mode in ['virt', 'sqrvirt']:
217
217
                    self.change_principal_cmd('MadLoop', allow_switch)
218
218
                elif nlo_mode == 'noborn': 
 
219
                    if self.current_interface == "MadGraph":
 
220
                        allow_switch = True
219
221
                    self.change_principal_cmd('MadLoop', allow_switch)
220
222
                    self.cmd.validate_model(self, loop_type=nlo_mode,
221
223
                                                            coupling_type=orders)