]> Creatis software - bbtk.git/commitdiff
fix default_temp_dir trouble
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 3 Nov 2008 15:53:31 +0000 (15:53 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 3 Nov 2008 15:53:31 +0000 (15:53 +0000)
kernel/src/bbtkConfigurationFile.cxx

index 01cb13889d774785e91ca4263e728a4e450adb88..0b9f54b2bd8f28c6557c1c980a73b8a335017e4a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConfigurationFile.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/21 08:37:04 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2008/11/03 15:53:31 $
+  Version:   $Revision: 1.20 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -205,6 +205,7 @@ namespace bbtk
     fprintf(fp, "<config>\n");
     fprintf(fp, "   <bbs_path>     </bbs_path>\n");
     fprintf(fp, "   <package_path> </package_path>\n");
+    fprintf(fp, "   <default_temp_dir> $ </default_temp_dir>\n");    
     fprintf(fp, "</config>\n");
     fclose(fp);
   }