Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name no longer applied. Removed dependency of said function on the random context as it is not used in the function.

git-svn-id: https://flam3.googlecode.com/svn/trunk@5 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase
2010-04-24 03:36:10 +00:00
committed by Scott Draves
parent 52c9c10b8e
commit 9e40cff938
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ void supershape_precalc(flam3_xform *xf);
void wedgeJulia_precalc(flam3_xform *xf);
void xform_precalc(flam3_genome *cp, int xi);
int prepare_xform_fn_ptrs(flam3_genome *, randctx *);
int prepare_precalc_flags(flam3_genome *);
int apply_xform(flam3_genome *cp, int fn, double *p, double *q, randctx *rc);
void initialize_xforms(flam3_genome *thiscp, int start_here);