whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

#319 closed defect (fixed)

"print" breaks when the arguments have different type

Reported by: Christian Speckner Owned by: Christian Speckner
Priority: P3 Milestone: v2.0.2
Component: core Version: 2.0.1
Severity: minor Keywords:
Cc:

Description

whish? print (1, 2)
1 2
whish? print (1, 2.)
| "%g %g"
******************************************************************************
*** ERROR: C-formatting string: argument type mismatch: real value expected
******************************************************************************

Change History (2)

comment:1 Changed 14 years ago by Christian Speckner

Status: newassigned

comment:2 Changed 14 years ago by Christian Speckner

Resolution: fixed
Status: assignedclosed

Fixed in r2497 (actually, the real culprit was sprint).

Note: See TracTickets for help on using tickets.