Skip to content
Snippets Groups Projects
Commit 883f8dd4 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr: 12u1 statt 12c1

parent bac32050
No related branches found
No related tags found
No related merge requests found
......@@ -633,7 +633,7 @@ void NRSSM::ReadSeries( int format, int flag )
break;
}
} else if( format==5 ) {
string fnam = fser+"c"+strg(isub);
string fnam = fser+"u"+strg(isub);
FILE *F_in;
if( !(F_in = fopen( fnam.c_str(), "r" ) ) )
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment