Changes between Version 1 and Version 2 of UserWikiRandomPoint
- Timestamp:
- 06/07/11 02:58:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserWikiRandomPoint
v1 v2 42 42 43 43 IF i >= maxiter THEN 44 RAISE EXCEPTION 'RandomPoint: number of interations exceeded ', maxiter;44 RAISE EXCEPTION 'RandomPoint: number of interations exceeded %', maxiter; 45 45 END IF; 46 46