Skip to content
Snippets Groups Projects
Commit c9ab923c authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 90d7befd
No related branches found
No related tags found
No related merge requests found
Pipeline #12196 passed
......@@ -103,7 +103,6 @@ int main(int argc, char** argv) {{
for (int ix = 0; ix < nx; ++ix) {{
float x = xmin+ix*delta;
m[iy*nx+ix] += intensity & fn(x,y,z);
//cout << fn(x,y,z) << endl;
}}
}}
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment