Skip to content

Commit

Permalink
Fix godunov_dr in seissol proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
uphoffc committed Dec 14, 2017
1 parent 984c936 commit c464e6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auto_tuning/proxy/src/proxy_seissol.cpp
Expand Up @@ -122,7 +122,6 @@ void testKernel(unsigned kernel, unsigned timesteps) {
break;
case godunov_dr:
for (; t < timesteps; ++t) {
computeLocalIntegration();
computeDynRupGodunovState();
}
break;
Expand Down

0 comments on commit c464e6f

Please sign in to comment.