Skip to content
Snippets Groups Projects
Commit c3f62f1f authored by Bertram Kopf's avatar Bertram Kopf
Browse files

modified printout in Tensor.tcc

parent 8d6517f2
No related branches found
No related tags found
No related merge requests found
...@@ -303,8 +303,8 @@ void Tensor<_Tp>::Print(std::ostream& __os) const { ...@@ -303,8 +303,8 @@ void Tensor<_Tp>::Print(std::ostream& __os) const {
__os << "}"; __os << "}";
} }
else{ else{
cout << "<Tensor::Print(ostream&)> Error! Can NOT print a Tensor with " __os << "<Tensor::Print(ostream&)> Error! Can NOT print a Tensor with "
<< " Rank "<< _rank << " > 2." << endl; << " Rank "<< _rank << " > 2.";
} }
} }
//_____________________________________________________________________________ //_____________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment