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

corr

parent 0a6c33d4
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,11 @@ CContext::CContext( uint _k, uint _j, uint _i )
if ( !fd ) {
if ( i!=(uint)-1 )
throw "invalid evaluation context, i set for curve file";
return;
}
if ( j==(uint)-1 )
return;
uint ni = fd->nPts(j);
if ( i==(uint)-1 ) {
if ( ni==1 )
......
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