Made everything work with the new mfem::out and mfem::err output.

This commit is contained in:
Aaron Fisher
2017-09-27 15:42:37 -07:00
parent 8f9a2e9980
commit aa040f3e64
46 changed files with 451 additions and 342 deletions
+4 -4
View File
@@ -1841,8 +1841,8 @@ L2_FECollection::L2_FECollection(const int p, const int dim, const int type,
}
else
{
cerr << "L2_FECollection::L2_FECollection : dim = "
<< dim << endl;
mfem::err << "L2_FECollection::L2_FECollection : dim = "
<< dim << endl;
mfem_error();
}
}
@@ -2416,8 +2416,8 @@ Local_FECollection::Local_FECollection(const char *fe_name)
}
else
{
cerr << "Local_FECollection::Local_FECollection : fe_name = "
<< fe_name << endl;
mfem::err << "Local_FECollection::Local_FECollection : fe_name = "
<< fe_name << endl;
mfem_error();
}
}