- Added makefile_slinux

- Changed mesure to be a silver bullet
This commit is contained in:
koennecke
2005-03-03 13:54:22 +00:00
parent 000bb7b4a8
commit 835177dc0a
7 changed files with 137 additions and 68 deletions

View File

@@ -1243,6 +1243,10 @@ name of hkl object holding crystallographic information
free(self->pCurrentFile);
pText = makeFilename(pServ->pSics,pCon);
if(pText == NULL)
{
return 0;
}
self->pCurrentFile = strdup(pText);
if(self->iHDF5)
{