Skip to content

Commit

Permalink
release version: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mboxberg committed Mar 20, 2019
1 parent e20fd88 commit d39a396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timeloopMod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,7 @@ subroutine timeloop2d(par,mesh,src,rec,lsi, lsi_spec, lsipar, etolsi, movie, myr
stf_val_diff=(1.+rk_time)*plotDiffstf(it,2,i)-rk_time*plotDiffstf(it-1,2,i)
endif
end if
enddo

do i=1,src%nsrc
if (src%srctype(i)==0) then
srcArray(:,1,i)=srcInt(:,i)*(-sin((src%srcangle_force(i)*PI)/180.)*stf_val)/mesh%rho(src%srcelem(i))
srcArray(:,2,i)=srcInt(:,i)*(+cos((src%srcangle_force(i)*PI)/180.)*stf_val)/mesh%rho(src%srcelem(i))
Expand Down

0 comments on commit d39a396

Please sign in to comment.