In refactoring TS, I want these implementations to go away (they are special cases of TSTHETA and it's easy for TSTHETA to be as efficient for the special case). The question is whether the names should be preserved, with implementations that look like<div>
<br></div><div>TSCreate_BEuler(TS ts) {</div><div>TSSetType(ts,TSTHETA);</div><div>TSThetaSetTheta(ts,1.0);</div><div>}</div><div><br></div><div>or just have users set this themselves. Thoughts?</div>