Changeset 3021 in Sophya


Ignore:
Timestamp:
Jul 17, 2006, 2:31:17 PM (19 years ago)
Author:
ansari
Message:

Adaptation modification SophyaInitiator/ enregistrement Samba - pret pour tag V2 Reza 17/7/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/sambainit.cc

    r2615 r3021  
    1818int SambaInitiator::FgInit = 0;
    1919
     20// Module version number -
     21#define MOD_VERS   1.3
     22
    2023SambaInitiator::SambaInitiator()
    2124  : SkyMapInitiator()
     
    2427  if (SambaInitiator::FgInit > 1)  return;
    2528  ntinit = new NToolsInitiator;
     29
     30  SophyaInitiator::RegisterModule("Samba", MOD_VERS);  // Module name and version number registration
    2631}
    2732
Note: See TracChangeset for help on using the changeset viewer.