Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
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// Le point d'entrée printHelloWorld
10// ...
11
12/*---------------------------------------------------------------------------*/
13/*---------------------------------------------------------------------------*/
14
15// Macro enregistrant le module dans ARCANE
16// ...
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-