We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf397e2 commit 59f5e68Copy full SHA for 59f5e68
src/specfem3D/setup_sources_receivers.f90
@@ -693,7 +693,7 @@ subroutine setup_sources()
693
nu_source(:,:,:) = 0.d0
694
695
if (USE_FORCE_POINT_SOURCE) then
696
- allocate(force_stf(NSOURCES), &
+ allocate(force_stf(NSOURCES), &
697
factor_force_source(NSOURCES), &
698
comp_dir_vect_source_E(NSOURCES), &
699
comp_dir_vect_source_N(NSOURCES), &
utils/Visualization/Blender/python_blender/resources/convert_tga_to_jpg.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
4
-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
5
6
file=$1
7
0 commit comments