Arcane  4.1.15.0
User documentation
Loading...
Searching...
No Matches
HelloWorldModule.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2#include "HelloWorldModule.h"
3
4using namespace Arcane;
5
6/*---------------------------------------------------------------------------*/
7/*---------------------------------------------------------------------------*/
8
9// The printHelloWorld entry point
10// ...
11
12/*---------------------------------------------------------------------------*/
13/*---------------------------------------------------------------------------*/
14
15// Macro registering the module in ARCANE
16// ...
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --