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

No compile fixes

This commit is contained in:
Peter Boyle
2015-11-29 10:59:11 +00:00
parent ca42fe6d32
commit f35fc4b76c
2 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,7 @@ using namespace std;
using namespace Grid;
using namespace Grid::QCD;
class myclass {
class myclass: Serializable {
public:
GRID_DECL_CLASS_MEMBERS(myclass,
@ -446,7 +446,7 @@ int main (int argc, char ** argv)
{
Grid_init(&argc,&argv);
XMLReader RD("params.xml");
XmlReader RD("params.xml");
read(RD,"params",params);
std::cout<<"Params: Order "<<params.order<<"["<<params.lo<<","<<params.hi<<"]"<< " steps "<<params.steps<<std::endl;