From d39e29636f557bfbdb046fb4dab074e6a34c9509 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (home)" <j.wuttke@fz-juelich.de>
Date: Fri, 13 Jun 2008 11:50:53 +0200
Subject: [PATCH] corr "a" statt "u"

---
 src/rssm.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rssm.cpp b/src/rssm.cpp
index 17ff36d8..a35ac17e 100644
--- a/src/rssm.cpp
+++ b/src/rssm.cpp
@@ -68,7 +68,7 @@ void RssmRawFile::RdRawYam( FILE *F_in )
     y.checkvalue( "format" );
     val = y.getscalar( "format" );
     if( strncmp( val.c_str(), "acq5.1 for yaml1", 16 ) )
-        throw( string("Unexpected format") + val );
+        throw( string("Unexpected format: ") + val + " instead of acq5.1" );
     y.skipvalues( 2 );
     y.checktype( YAML_MAPPING_END_EVENT, "Meta: no end of map\n" );
 
@@ -633,7 +633,7 @@ void NRSSM::ReadSeries( int format, int flag )
                 break;
             }
         } else if( format==5 ) {
-            string fnam = fser+"u"+strg(isub);
+            string fnam = fser+"a"+strg(isub);
             FILE *F_in;
             if( !(F_in = fopen( fnam.c_str(), "r" ) ) )
                 break;
-- 
GitLab