Skip to content

Commit 9d3f7f6

Browse files
committed
[authorship] fix authorship
1 parent 1ba7dab commit 9d3f7f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/shammodels/gsph/include/shammodels/gsph/modules/UpdateDerivs.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/**
1313
* @file UpdateDerivs.hpp
1414
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
15-
* @author Timothée David--Cléris (tim.shamrock@proton.me) --no git blame--
16-
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
15+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
16+
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
1717
* @brief GSPH derivative update module
1818
*
1919
* This module computes the time derivatives (acceleration and energy rate)

src/shammodels/gsph/src/modules/UpdateDerivs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/**
1111
* @file UpdateDerivs.cpp
1212
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
13-
* @author Timothée David--Cléris (tim.shamrock@proton.me) --no git blame--
14-
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
13+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
14+
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
1515
* @brief Implementation of GSPH derivative update module
1616
*
1717
* This file implements the core GSPH algorithm: for each particle pair,

0 commit comments

Comments
 (0)