working on fourindex conversions in tensor class

This commit is contained in:
2025-10-23 18:09:21 +02:00
parent 346ce5bc3a
commit 91d8f4cc46
2 changed files with 21 additions and 4 deletions

View File

@@ -1417,9 +1417,6 @@ else
template class Tensor<double>;
template class Tensor<std::complex<double> >;
template std::ostream & operator<<(std::ostream &s, const Tensor<double> &x);