<< exc.what()
<< std::endl;
- AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. \
- More information is provided in an error message printed above. \
- Are you sure that your ABAQUS mesh file conforms with the requirements \
- listed in the documentation?"));
+ AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. "
+ "More information is provided in an error message printed above. "
+ "Are you sure that your ABAQUS mesh file conforms with the requirements "
+ "listed in the documentation?"));
}
catch (...)
{
- AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. \
- Are you sure that your ABAQUS mesh file conforms with the requirements \
- listed in the documentation?"));
+ AssertThrow(false, ExcMessage("Internal conversion from ABAQUS file to UCD format was unsuccessful. "
+ "Are you sure that your ABAQUS mesh file conforms with the requirements "
+ "listed in the documentation?"));
}
}