source: Sophya/trunk/SophyaLib/TArray/tarrinit.h@ 4061

Last change on this file since 4061 was 926, checked in by ansari, 25 years ago

documentation cmv 13/4/00

File size: 543 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// Classe d'initialiseur du module TArray
3
4#ifndef TARRAYINIT_H_SEEN
5#define TARRAYINIT_H_SEEN
6
7
8// Classe d''initialisation pour le module de NTools
9#include "sophyainit.h"
10
11namespace SOPHYA {
12
13//! Array Matrices and Vector initiator
14class TArrayInitiator : public SophyaInitiator {
15private:
16 static int FgInit;
17public:
18 TArrayInitiator();
19 virtual ~TArrayInitiator();
20};
21
22#undef SophyaInit
23#define SophyaInit() TArrayInitiator tarrayinitiator
24
25} // Fin du namespace
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.