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

..

parent 25020545
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ void NOperate::Integral(void)
POld fout;
PSpec sout;
if ( savable ) {
if ( const POlc fc = P2C(fin) )
if ( POlc fc = P2C(fin) )
fout = POld( new COld( fc.get() ) );
else
fout = POld( (P2D(fin))->new_old() );
......
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