SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
392 stars 223 forks source link

Add accidentally removed file and update directory paths #1543

Closed gassmoeller closed 1 year ago

gassmoeller commented 1 year ago

Fix a bit of fallout from #1542.

The config file was accidentally removed in #1542, because config.h is listed in .gitignore (so when @ykane ran git add the file was not correctly added again). I copied the file from the original place so this PR should restore the previous file.

And I updated all directory paths that referenced the old directory location.

codecov-commenter commented 1 year ago

Codecov Report

Merging #1543 (3bbf39d) into devel (8d5a058) will increase coverage by 45.69%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           devel    #1543       +/-   ##
==========================================
+ Coverage       0   45.69%   +45.69%     
==========================================
  Files          0      249      +249     
  Lines          0    55308    +55308     
==========================================
+ Hits           0    25271    +25271     
- Misses         0    30037    +30037     
Impacted Files Coverage Δ
src/specfem3D/update_displacement_scheme.f90 76.00% <0.00%> (ø)
src/tomography/sum_kernels.f90 0.00% <0.00%> (ø)
src/shared/sort_array_coordinates.f90 100.00% <0.00%> (ø)
src/shared/recompute_jacobian.f90 100.00% <0.00%> (ø)
src/shared/detect_surface.f90 26.87% <0.00%> (ø)
src/meshfem3D/create_CPML_regions.f90 88.74% <0.00%> (ø)
src/shared/write_c_binary.c 36.87% <0.00%> (ø)
src/specfem3D/asdf_data.f90 0.00% <0.00%> (ø)
src/specfem3D/compute_seismograms.f90 96.51% <0.00%> (ø)
src/generate_databases/generate_databases.f90 91.89% <0.00%> (ø)
... and 239 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more