[med-svn] [libhmsbeagle] 02/07: Imported Upstream version 2.1.2+20160525
Andreas Tille
tille at debian.org
Thu Jul 14 14:48:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libhmsbeagle.
commit f80273898105229c6ae447844f13550c50e0d729
Author: Andreas Tille <tille at debian.org>
Date: Thu Jul 14 16:10:21 2016 +0200
Imported Upstream version 2.1.2+20160525
---
libhmsbeagle/GPU/kernels/kernelsAll.cu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libhmsbeagle/GPU/kernels/kernelsAll.cu b/libhmsbeagle/GPU/kernels/kernelsAll.cu
index b770021..7222131 100644
--- a/libhmsbeagle/GPU/kernels/kernelsAll.cu
+++ b/libhmsbeagle/GPU/kernels/kernelsAll.cu
@@ -717,7 +717,7 @@ KW_GLOBAL_KERNEL void kernelMatrixMulADBComplex(KW_GLOBAL_VAR REAL* dMatrices,
if (Cs[tx]) {
REAL expat = Ds[tx];
REAL cosbt = cos(Cs[tx]);
- Cs[tx] = -expat * sin(Cs[tx]);
+ Cs[tx] = -expat * sin(Cs[tx] + 0.0);
Ds[tx] *= cosbt;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libhmsbeagle.git
More information about the debian-med-commit
mailing list