Skip to content
Snippets Groups Projects
Commit 06b7f726 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Now reading grids with both InfoBlocks works

parent bb272431
Branches
Tags
No related merge requests found
...@@ -335,7 +335,7 @@ void fastNLOCoeffBase::ReadCoeffInfoBlocks(istream& table, int ITabVersionRead) ...@@ -335,7 +335,7 @@ void fastNLOCoeffBase::ReadCoeffInfoBlocks(istream& table, int ITabVersionRead)
for (unsigned int j=0; j<Description.size(); j++) { for (unsigned int j=0; j<Description.size(); j++) {
debug["ReadCoeffInfoBlocks"]<<"Read info block description line "<<j<<" : "<< Description[j] <<endl; debug["ReadCoeffInfoBlocks"]<<"Read info block description line "<<j<<" : "<< Description[j] <<endl;
} }
if ( ICoeffInfoBlockFlag1[i] == 0 ) { // Entry per ObsBin if (ICoeffInfoBlockFlag1[i] == 0 || ICoeffInfoBlockFlag1[i] == 1) { // Entry per ObsBin
std::vector < double > Content; std::vector < double > Content;
NCoeffInfoBlockCont.push_back(fastNLOTools::ReadFlexibleVector(Content,table)); NCoeffInfoBlockCont.push_back(fastNLOTools::ReadFlexibleVector(Content,table));
if ( NCoeffInfoBlockCont[i]-1 != fNObsBins ) { if ( NCoeffInfoBlockCont[i]-1 != fNObsBins ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment