Skip to content

Commit 93c1154

Browse files
authored
Merge pull request #1733 from danielpeter/devel
code cleaning
2 parents a052e75 + e21caa6 commit 93c1154

File tree

3 files changed

+123
-76
lines changed

3 files changed

+123
-76
lines changed

doc/USER_MANUAL/02_getting_started.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ \section{Visualizing the subroutine calling tree of the source code}
505505
\section{Becoming a developer of the code, or making small modifications in the source code}
506506
%-----------------------------------------------------------------------------------------------------------------------------------%
507507

508-
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
508+
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!
509+
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,
510+
there are CI tests based on BuildBot, Travis-CI and Jenkins in place that are checking and validating all new contributions and changes),
511+
please visit this Web page:\newline
509512
\url{https://github.com/SPECFEM/specfem3d/wiki}
510513

src/tomography/postprocess_sensitivity_kernels/rules.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ tomography/postprocess_sensitivity_kernels_OBJECTS = \
4242
$(xclip_sem_OBJECTS) \
4343
$(xcombine_sem_OBJECTS) \
4444
$(xsmooth_sem_OBJECTS) \
45+
$(xsmooth_sem_pde_OBJECTS) \
4546
$(EMPTY_MACRO)
4647

4748
tomography/postprocess_sensitivity_kernels_SHARED_OBJECTS = \
4849
$(xclip_sem_SHARED_OBJECTS) \
4950
$(xcombine_sem_SHARED_OBJECTS) \
5051
$(xsmooth_sem_SHARED_OBJECTS) \
52+
$(xsmooth_sem_pde_SHARED_OBJECTS) \
5153
$(EMPTY_MACRO)
5254

5355
tomography/postprocess_sensitivity_kernels_MODULES = \

0 commit comments

Comments
 (0)