Message-ID: <42875BE9.4030608@coubros.com>
Date: 2005-05-15T14:25:45Z
From: Tolga Uzuner
Subject: Suppressing warning messages
In-Reply-To: <425EFDE6.5040204@coubros.com>
How do I suppress the following ?
Warning messages:
1: the condition has length > 1 and only the first element will be used
in: if (strike == forward) atmvol(forward, t, alpha, beta, rho, upsilon)
else {
2: the condition has length > 1 and only the first element will be used
in: if (x(z) == 0) 1 else z/x(z)