COMP: add safePrintStack in dummyPrintStack

This commit is contained in:
Mark Olesen
2019-04-11 20:51:10 +02:00
committed by Andrew Heather
parent 0fab8abc76
commit 0a23ad3944

View File

@ -29,7 +29,12 @@ License
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
void Foam::error::safePrintStack(std::ostream& os)
{}
void Foam::error::printStack(Ostream& os)
{}
// ************************************************************************* //