Skip to content

Commit 0855343

Browse files
authored
[autofix] automatic fix after main branch workflow fail (Shamrock-code#1497)
## Auto-generated fixes This PR contains automatic fixes from pre-commit hooks and author updates. **Triggered by**: push on `main` **Commit**: 4d39e7e ### Changes: - Pre-commit hook fixes - Author information updates Please review the changes before merging.
1 parent 28574fc commit 0855343

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/shammodels/gsph/include/shammodels/gsph/Model.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* @file Model.hpp
1414
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
15+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1516
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1617
* @brief GSPH Model class - high-level interface for GSPH simulations
1718
*

src/shammodels/gsph/include/shammodels/gsph/Solver.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* @file Solver.hpp
1414
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
15+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1516
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1617
* @brief GSPH Solver class
1718
*

src/shammodels/gsph/include/shammodels/gsph/modules/io/VTKDump.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* @file VTKDump.hpp
1414
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
15+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1516
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1617
* @brief VTK dump module for GSPH solver
1718
*/

src/shammodels/gsph/src/Model.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* @file Model.cpp
1212
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
13+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1314
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1415
* @brief GSPH Model implementation
1516
*/

src/shammodels/gsph/src/Solver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* @file Solver.cpp
1212
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
13+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1314
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1415
* @brief GSPH Solver implementation
1516
*

src/shammodels/gsph/src/modules/io/VTKDump.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* @file VTKDump.cpp
1212
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
13+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1314
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1415
* @brief VTK dump implementation for GSPH solver
1516
*/

src/shammodels/gsph/src/pyGSPHModel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* @file pyGSPHModel.cpp
1212
* @author Guo Yansong (guo.yansong.ngy@gmail.com)
13+
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1314
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1415
* @brief Python bindings for the GSPH (Godunov SPH) model
1516
*

0 commit comments

Comments
 (0)