Changes between Version 1 and Version 2 of UserWikiRandomPoint


Ignore:
Timestamp:
Jun 7, 2011, 2:58:31 AM (13 years ago)
Author:
Mike Taves
Comment:

fix error

Legend:

Unmodified
Added
Removed
Modified
  • UserWikiRandomPoint

    v1 v2  
    4242       
    4343        IF i >= maxiter THEN
    44                 RAISE EXCEPTION 'RandomPoint: number of interations exceeded ', maxiter;
     44                RAISE EXCEPTION 'RandomPoint: number of interations exceeded %', maxiter;
    4545        END IF;
    4646