Definition of H5Fed C++ interface, class definition and implementation, first material.

This commit is contained in:
Benedikt Oswald
2007-12-17 10:45:50 +00:00
parent dfebe64c73
commit 0235b61dc9
+1 -1
View File
@@ -69,7 +69,7 @@ int H5Fed::filename(std::string filename)
/** \brief retrieve name of H5Fed file to be accessed */
std::string filename()
std::string H5Fed::filename()
{
return(filename_);
}