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

merged

parent d3ad9150
No related branches found
No related tags found
No related merge requests found
......@@ -268,14 +268,8 @@ void COlc::curve_val_vec( vector<double>* ret, const vector<double>& vt,
S.push_xy( x, y );
// interpolation:
if ( S.size()<2 )
<<<<<<< HEAD
throw errmsg + " returns only " + S(S.size()) + " valid lines";
cout << "DEB call intpol " << vt.front() << " .. " << vt.back()
<< "\n";
=======
throw "script returns only " + S(S.size()) + " lines";
//cout << "DEB call intpol "<<vt.front()<<" .. "<<vt.back()<<"\n";
>>>>>>> 78b7b535579041588639493acc216d1d60a43cee
S.intpol( vt, *ret );
}
fclose( F );
......
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