updated doc (svn -> git). Some minor changes.

This commit is contained in:
2014-10-25 11:13:35 +02:00
parent d635eb33fd
commit 535b31f736
19 changed files with 2882 additions and 137 deletions

View File

@@ -3304,7 +3304,7 @@ int PNeXus::ReadFileIdf2()
{
cout << endl << ">> reading NeXus IDF Version 2 file ..." << endl;
// create first the necessary NXentry object for IDF Version 1
// create first the necessary NXentry object for IDF Version 2
fNxEntry2 = new PNeXusEntry2();
if (fNxEntry2 == 0) {
fErrorCode = PNEXUS_OBJECT_INVOK_ERROR;