[Yuima-commits] r674 - pkg/yuima/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 18 10:11:31 CEST 2018
Author: lorenzo
Date: 2018-07-18 10:11:31 +0200 (Wed, 18 Jul 2018)
New Revision: 674
Modified:
pkg/yuima/src/IntensityEval.cpp
Log:
Modified: pkg/yuima/src/IntensityEval.cpp
===================================================================
--- pkg/yuima/src/IntensityEval.cpp 2018-07-18 08:01:57 UTC (rev 673)
+++ pkg/yuima/src/IntensityEval.cpp 2018-07-18 08:11:31 UTC (rev 674)
@@ -146,7 +146,7 @@
List dNAll = myenvd1.get(dumdN);
NumericVector dN = dNAll[t];
if(dN.size()==0){
- NumericVector dN[0] = 0;
+ NumericVector dN[0] = {0};
}
Language eval_call( "eval", Integrand2expr[i], myenvd1);
SEXP X = Rf_eval( eval_call, myenvd1);
More information about the Yuima-commits
mailing list