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

Repair msb. Patch by Antti

parent 17508744
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ Release 2.3.3c: ...@@ -2,6 +2,7 @@ Release 2.3.3c:
- Bug fix: - Bug fix:
- msa: handle file-dependent nJ, handle mj - msa: handle file-dependent nJ, handle mj
- msb: z to r was broken (patch by Antti)
Release 2.3.3b of 12jan16: Release 2.3.3b of 12jan16:
......
...@@ -949,7 +949,7 @@ void NManip::slices_break() ...@@ -949,7 +949,7 @@ void NManip::slices_break()
for ( int j=0; j<fin->nJ(); ) { for ( int j=0; j<fin->nJ(); ) {
POlo fout( ftmp->new_POlo() ); POlo fout( ftmp->new_POlo() );
fout->log_action( "msb" ); fout->log_action( "msb" );
double zval = ftmp->z(j,0)->to_r(); double zval = fin->z(j,0)->to_r();
fout->RPar.push_back( CParam( zco, zval ) ); fout->RPar.push_back( CParam( zco, zval ) );
do { do {
PSlice sout( fin->copy_slice(j) ); PSlice sout( fin->copy_slice(j) );
......
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