Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PWA
Pawian
Commits
c3f62f1f
Commit
c3f62f1f
authored
1 year ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
modified printout in Tensor.tcc
parent
8d6517f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
qft++/tensor/Tensor.tcc
+2
-2
2 additions, 2 deletions
qft++/tensor/Tensor.tcc
with
2 additions
and
2 deletions
qft++/tensor/Tensor.tcc
+
2
−
2
View file @
c3f62f1f
...
@@ -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.";
}
}
}
}
//_____________________________________________________________________________
//_____________________________________________________________________________
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment