6 LatticeField(param), bytes(0), nColor(param.nColor), nFace(param.nFace),
7 geometry(param.geometry), reconstruct(param.reconstruct), order(param.order),
15 errorQuda(
"Temporal gauge fixing only supported for Wilson links");
49 output << static_cast<const LatticeFieldParam &>(
param);
50 output <<
"nColor = " << param.
nColor << std::endl;
51 output <<
"nFace = " << param.
nFace << std::endl;
52 output <<
"reconstruct = " << param.
reconstruct << std::endl;
53 output <<
"order = " << param.
order << std::endl;
54 output <<
"fixed = " << param.
fixed << std::endl;
55 output <<
"link_type = " << param.
link_type << std::endl;
56 output <<
"t_boundary = " << param.
t_boundary << std::endl;
57 output <<
"anisotropy = " << param.
anisotropy << std::endl;
58 output <<
"tadpole = " << param.
tadpole << std::endl;
59 output <<
"create = " << param.
create << std::endl;