1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Ensure Distillation test (Test_distil) works

This commit is contained in:
Michael Marshall
2019-09-16 17:00:46 +01:00
parent 2e963d1a78
commit 2f3dd0703d
4 changed files with 1 additions and 5 deletions

View File

@ -1058,7 +1058,7 @@ int main(int argc, char *argv[])
static const char XmlFileName[] = "test_distil.xml";
application.saveParameterFile( XmlFileName );
const std::vector<int> &lat{GridDefaultLatt()};
const Grid::Coordinate &lat{GridDefaultLatt()};
if( lat.size() == 4 && lat[0] == 4 && lat[1] == 4 && lat[2] == 4 && lat[3] == 8 )
application.run();
else