1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

some cleanup in Baryon2pt

This commit is contained in:
2019-02-20 12:56:13 +00:00
parent 5bb9de9242
commit f70c5b004a
4 changed files with 34 additions and 64 deletions

View File

@ -202,7 +202,7 @@ public:
class BFieldIO: Serializable{
public:
using BaryonTensorSet = Eigen::Tensor<Complex, 6>;
using BaryonTensorSet = Eigen::Tensor<Complex, 7>;
GRID_SERIALIZABLE_CLASS_MEMBERS(BFieldIO,
BaryonTensorSet, BField
);