Skip to content

Commit

Permalink
added missing #include + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jun 16, 2021
1 parent 04063b2 commit 92281e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TiledArray/expressions/einsum.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "TiledArray/util/index.h"
#include "TiledArray/util/range.h"
#include "TiledArray/tiled_range1.h"
#include "TiledArray/tiled_range.h"
//#include "TiledArray/util/string.h"

namespace TiledArray::expressions {
Expand Down Expand Up @@ -49,8 +50,6 @@ auto einsum(
World &world)
{

printf("einsum(A,B,c)\n");

auto a = std::get<0>(idx(A));
auto b = std::get<0>(idx(B));
Index c = std::get<0>(cs);
Expand Down

0 comments on commit 92281e4

Please sign in to comment.