Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 588: | Line 588: | ||
ky=ky+1; | ky=ky+1; | ||
} | } | ||
+ | if(kx > thisdatax.length-1) | ||
+ | { | ||
+ | kx = thisdatax.length-1; | ||
+ | } | ||
+ | if(ky > thisdatay.length-1) | ||
+ | { | ||
+ | ky = thisdatay.length-1; | ||
+ | } | ||
kx--; | kx--; | ||
ky--; | ky--; |
Revision as of 20:40, 27 September 2011