Skip to content

Commit

Permalink
Buildbot ran the code beautifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbot committed Mar 21, 2023
1 parent cf397e2 commit 59f5e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/specfem3D/setup_sources_receivers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ subroutine setup_sources()
nu_source(:,:,:) = 0.d0

if (USE_FORCE_POINT_SOURCE) then
allocate(force_stf(NSOURCES), &
allocate(force_stf(NSOURCES), &
factor_force_source(NSOURCES), &
comp_dir_vect_source_E(NSOURCES), &
comp_dir_vect_source_N(NSOURCES), &
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


if [ "$1" == "" ]; then echo "usage: ./convert_tga_to_jpg.sh <filename>"; exit 1; fi
if [ "$1" == "" ]; then echo "usage: ./convert_tga_to_jpg.sh <filename>"; exit 1; fi

file=$1

Expand Down

0 comments on commit 59f5e68

Please sign in to comment.