From 959ef46993882a024e2c1b43423bf354e25fabff Mon Sep 17 00:00:00 2001 From: Gerhard Holzinger Date: Wed, 29 Nov 2017 13:50:33 +0100 Subject: [PATCH] changed hello-world message --- applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C b/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C index 8143cf7..29bc1aa 100644 --- a/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C +++ b/applications/simpleStuff/helloOpenFOAM/helloOpenFOAM.C @@ -5,7 +5,7 @@ using namespace Foam; int main(int argc, char *argv[]) { - Info << "Hello OpenFOAM!" << endl; - + Info << "Hello OpenFOAM World!" << endl; + return 0; }