code = r""" int i,j; for (i=0; i<nx; i++) { for (j=0; j<ny; j++) { a(i,j) = cppcb(xcoor(i), ycoor(j)); } } """