|
From: Ferdinando A. <na...@am...> - 2011-07-14 16:27:03
|
> Just wondering if a method would be more explicit---e.g., something like > > Schedule s = originalSchedule.until(d); > > might be more readable than > > Schedule s(originalSchedule, d); > > Thoughs? I considered this option and don't have a strong preference between the two. I favored the constructor just because the QuantLibAddin mapping would have been a constructor in both cases (as for all methods/functions returning objects). Feel free to change it as you prefer ciao -- nando |