Skip to content

Commit 0e89d5c

Browse files
committed
Update the author name
1 parent c8c4b67 commit 0e89d5c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Common/CUDA/RandomNumberGenerator.cu

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
*
55
* Adds noise of Poisson and normal distribution to the input.
66
*
7-
* CODE by Ander Biguri
8-
* Tomoyuki SADAKANE
7+
* CODE by Tomoyuki SADAKANE
98
* ---------------------------------------------------------------------------
109
* ---------------------------------------------------------------------------
1110
* Copyright (c) 2015, University of Bath and CERN- European Organization for

Common/CUDA/RandomNumberGenerator.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
*
55
* Adds noise of Poisson and normal distribution to the input.
66
*
7-
* CODE by Ander Biguri
8-
* Tomoyuki SADAKANE
7+
* CODE by Tomoyuki SADAKANE
98
* ---------------------------------------------------------------------------
109
* ---------------------------------------------------------------------------
1110
* Copyright (c) 2015, University of Bath and CERN- European Organization for

MATLAB/Utilities/cuda_interface/AddNoise.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* MATLAB data to C++ data.
55
*
66
*
7-
* CODE by Ander Biguri, Tomoyuki SADAKANE
7+
* CODE by Tomoyuki SADAKANE
88
*
99
---------------------------------------------------------------------------
1010
---------------------------------------------------------------------------

Python/tigre/utilities/cuda_interface/_randomNumberGenerator.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
# Codes: https://github.com/CERN/TIGRE/
1313
# --------------------------------------------------------------------------
14-
# Coded by: Ander Biguri, Tomoyuki SADAKANE
14+
# Coded by: Tomoyuki SADAKANE
1515

1616
cimport numpy as np
1717
import numpy as np

0 commit comments

Comments
 (0)