]> Creatis software - clitk.git/blobdiff - segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.h
Remove debug
[clitk.git] / segmentation / clitkFilterWithAnatomicalFeatureDatabaseManagement.h
index 9bcd9d96526ddc81cb5fd821c61b7bde59516d90..ca8fd9800c3895fa8de0253cbeaed551fc36d011 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-  ======================================================================-====*/
+  ===========================================================================**/
 
 #ifndef CLITKFILTERWITHANATOMICALFEATUREDATABASEMANAGEMENT_H
 #define CLITKFILTERWITHANATOMICALFEATUREDATABASEMANAGEMENT_H
@@ -53,6 +53,7 @@ namespace clitk {
 
     void WriteAFDB();
     void LoadAFDB();
+
     AnatomicalFeatureDatabase * GetAFDB();
     void SetAFDB(AnatomicalFeatureDatabase * a) { m_AFDB = a; }