Skip to content
Snippets Groups Projects
Commit b3de1789 authored by Behzad Safaei's avatar Behzad Safaei
Browse files

Update sd_static

parent 991e906d
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ int main(int argc, char **argv) {
std::cout << "PUPS: " << pups << std::endl;
}
pairs::vtk_write_data(pairs_runtime, "output/local_spheres", 0, pairs_sim->nlocal(), 0);
pairs::vtk_write_data(pairs_runtime, "output/ghost_spheres", pairs_sim->nlocal(), pairs_sim->size(), 0);
// pairs::vtk_write_data(pairs_runtime, "output/local_spheres", 0, pairs_sim->nlocal(), 0);
// pairs::vtk_write_data(pairs_runtime, "output/ghost_spheres", pairs_sim->nlocal(), pairs_sim->size(), 0);
pairs_sim->end();
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment