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

Update ballast.cpp

parent 90101766
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ int main(int argc, char **argv) { ...@@ -108,7 +108,6 @@ int main(int argc, char **argv) {
auto start = std::chrono::high_resolution_clock::now(); auto start = std::chrono::high_resolution_clock::now();
for (int t=0; t<num_timesteps; ++t){ for (int t=0; t<num_timesteps; ++t){
if ((t % vtk_freq==0) && pairs_sim->rank()==0) std::cout << "Timestep: " << t << std::endl;
ac->syncUid(PairsAccessor::Host); ac->syncUid(PairsAccessor::Host);
// Change bottom plate position // Change bottom plate position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment