Index: trunk/FACT++/src/Fits.cc
===================================================================
--- trunk/FACT++/src/Fits.cc	(revision 10932)
+++ trunk/FACT++/src/Fits.cc	(revision 10933)
@@ -147,5 +147,5 @@
 	try
 	{
-		string factTableName = "FACT-" + tableName;
+		string factTableName = tableName;
 		//first, let's check if the table already exist in the file
 		vector<string> tryToLoadName;
@@ -339,5 +339,5 @@
 // --------------------------------------------------------------------------
 //! Returns the size on the disk of the Fits file being written.
-int Fits::GetWrittenSize()
+int Fits::GetWrittenSize() const
 {
 	if (!IsOpen())
