I noticed that when I defined my own generic routine


        proc max (x : ?Real, y : Real) : Real

and then called in it a 'proc main', Chapel ignored my routine and used the generic routine from the Math module to create a real(64) routine which it then proceeded to call rom my 'proc main'. Mine got lost.

Is this deliberate?

Regards - Damian

Pacific Engineering Systems International, 277-279 Broadway, Glebe NSW 2037
Ph:+61-2-8571-0847 .. Fx:+61-2-9692-9623 | unsolicited email not wanted here
Views & opinions here are mine and not those of any past or present employer


_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to