Skip to content
Snippets Groups Projects
Commit 711185dc authored by Xavier Valls Pla's avatar Xavier Valls Pla
Browse files

Fix comment

parent d6bfc08a
No related branches found
No related tags found
No related merge requests found
......@@ -789,7 +789,8 @@ inline T TF1::EvalParTempl(const T *data, const Double_t *params)
}
#ifdef R__HAS_VECCORE
// Internal to TF1. Evaluates Vectorized TF1 on data of type Double_v
// Internal to TF1. Evaluates Vectorized TF1 on data of type Double_t
inline double TF1::EvalParVec(const Double_t *data, const Double_t *params)
{
assert(fType == EFType::kTemplVec);
......
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