Skip to content

Commit 59f5e68

Browse files
author
buildbot
committed
Buildbot ran the code beautifier.
1 parent cf397e2 commit 59f5e68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/specfem3D/setup_sources_receivers.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ subroutine setup_sources()
693693
nu_source(:,:,:) = 0.d0
694694

695695
if (USE_FORCE_POINT_SOURCE) then
696-
allocate(force_stf(NSOURCES), &
696+
allocate(force_stf(NSOURCES), &
697697
factor_force_source(NSOURCES), &
698698
comp_dir_vect_source_E(NSOURCES), &
699699
comp_dir_vect_source_N(NSOURCES), &

utils/Visualization/Blender/python_blender/resources/convert_tga_to_jpg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33

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

66
file=$1
77

0 commit comments

Comments
 (0)