1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

Hadrons: default I/O to HDF5 if possible, XML otherwise

This commit is contained in:
2017-01-27 18:12:35 -08:00
parent 9f1267dfe6
commit b39f0d1fb6
2 changed files with 10 additions and 1 deletions

View File

@ -151,7 +151,7 @@ void TChargedProp::execute(void)
LOG(Message) << "Saving zero-momentum projection to '"
<< filename << "'..." << std::endl;
Hdf5Writer writer(filename);
CorrWriter writer(filename);
std::vector<TComplex> vecBuf;
std::vector<Complex> result;