On 06/09/2010 22:36, BLS wrote:
point3D = = new point3D(10,20,30) // Njet
     //etc

should be
point3D p3 = new point3D(10,20,30) // Njet


sorry

Reply via email to