Skip to content

Commit 069b4e4

Browse files
committed
Try default senssstolerances
1 parent 6a761c0 commit 069b4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libcadet/SimulatorImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ namespace cadet
680680
IDASensInit(_idaMemBlock, nSens, IDA_STAGGERED, &cadet::residualSensWrapper, _vecFwdYs, _vecFwdYsDot);
681681

682682
// Set sensitivity integration tolerances
683-
IDASensSStolerances(_idaMemBlock, _relTolS, _absTolS.data());
683+
//IDASensSStolerances(_idaMemBlock, _relTolS, _absTolS.data());
684684

685685
// Activate sensitivity error control
686686
IDASetSensErrCon(_idaMemBlock, _sensErrorTestEnabled);

0 commit comments

Comments
 (0)