More template names

This commit is contained in:
Steven Robertson 2011-12-10 12:16:42 -05:00
parent a509e58b43
commit a0fd3f965f

View File

@ -169,7 +169,7 @@ void apply_xf_{{xfid}}(float &ox, float &oy, float &color, mwc_st &rctx) {
float csp = {{px.color_speed}};
color = color * (1.0f - csp) + {{px.color}} * csp;
};
""")
""", 'apply_xf_'+xfid)
g = dict(globals())
g.update(locals())
return tmpl.substitute(g)
@ -531,7 +531,7 @@ oflow_write_end:
}
}
''')
''', 'iter_kern')
return tmpl.substitute(
info = self.info,
cp = self.info.genome,