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

corr msb

parent cdb4ae12
No related branches found
No related tags found
No related merge requests found
......@@ -905,17 +905,18 @@ void NManip::ScaBreak()
ftmp->V.clear();
ftmp->lDoc.push_back( "msb # eliminating " + zco.str_compact() );
ftmp->ZCo.erase( ftmp->ZCo.begin() );
uint jout = 0;
for ( uint j=0; j<fin->nJ(); ) {
POlo fout( ftmp->new_olo() );
double zval = ftmp->z(j,0);
fout->RPar.push_back( CParam( zco, zval ) );
fout->name += "_" + S(j);
do {
PZentry eout( fin->new_zentry(j) );
eout->z.erase( eout->z.begin() );
fout->V.push_back( eout );
} while ( ++j<fin->nJ() && fin->z(j,0)==zval );
fout->name += "_" + S(jout++);
NOlm::mem_store( fout );
}
if( NOlm::overwrite )
......
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