From 319508bd292b9c36c6fa4c30ea1220776f06ffb7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 30 Nov 2017 10:56:58 -0500 Subject: [PATCH] fix scoping ambiguity issue that confuses nvcc --- lib/atc/Matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/atc/Matrix.h b/lib/atc/Matrix.h index e467128fbc..e806ebd016 100644 --- a/lib/atc/Matrix.h +++ b/lib/atc/Matrix.h @@ -356,7 +356,7 @@ DenseMatrix Matrix::pow(double n) const int sz=this->size(); for(INDEX i=0; i