Skip to content

Commit

Permalink
Merge pull request #1733 from danielpeter/devel
Browse files Browse the repository at this point in the history
code cleaning
  • Loading branch information
danielpeter authored Aug 26, 2024
2 parents a052e75 + e21caa6 commit 93c1154
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 76 deletions.
5 changes: 4 additions & 1 deletion doc/USER_MANUAL/02_getting_started.tex
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ \section{Visualizing the subroutine calling tree of the source code}
\section{Becoming a developer of the code, or making small modifications in the source code}
%-----------------------------------------------------------------------------------------------------------------------------------%

If you want to develop new features in the code, and/or if you want to make small changes, improvements, or bug fixes, you are very welcome to contribute. To do so, i.e. to access the development branch of the source code with read/write access (in a safe way, no need to worry too much about breaking the package, there are CI tests based on BuildBot, Travis-CI and Jenkins in place that are checking and validating all new contributions and changes), please visit this Web page:\newline
If you want to develop new features in the code, and/or if you want to make small changes, improvements, or bug fixes, you are very welcome to contribute!
To do so, i.e. to access the development branch of the source code with read/write access (in a safe way, no need to worry too much about breaking the package,
there are CI tests based on BuildBot, Travis-CI and Jenkins in place that are checking and validating all new contributions and changes),
please visit this Web page:\newline
\url{https://github.com/SPECFEM/specfem3d/wiki}

2 changes: 2 additions & 0 deletions src/tomography/postprocess_sensitivity_kernels/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ tomography/postprocess_sensitivity_kernels_OBJECTS = \
$(xclip_sem_OBJECTS) \
$(xcombine_sem_OBJECTS) \
$(xsmooth_sem_OBJECTS) \
$(xsmooth_sem_pde_OBJECTS) \
$(EMPTY_MACRO)

tomography/postprocess_sensitivity_kernels_SHARED_OBJECTS = \
$(xclip_sem_SHARED_OBJECTS) \
$(xcombine_sem_SHARED_OBJECTS) \
$(xsmooth_sem_SHARED_OBJECTS) \
$(xsmooth_sem_pde_SHARED_OBJECTS) \
$(EMPTY_MACRO)

tomography/postprocess_sensitivity_kernels_MODULES = \
Expand Down
Loading

0 comments on commit 93c1154

Please sign in to comment.