Made everything work with the new mfem::out and mfem::err output.
This commit is contained in:
+4
-4
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user