Silenced a few compilation warnings

Generalized a TensorMap constructor
This commit is contained in:
Benoit Steiner
2014-10-16 14:52:50 -07:00
parent 94e47798f4
commit ae697b471c
13 changed files with 24 additions and 22 deletions

View File

@@ -671,10 +671,10 @@ struct TensorContractionEvaluatorBase
Index m_j_size;
Index m_k_size;
const Device& m_device;
Scalar* m_result;
TensorEvaluator<LeftArgType, Device> m_leftImpl;
TensorEvaluator<RightArgType, Device> m_rightImpl;
const Device& m_device;
Scalar* m_result;
};