typo: funct1_tau -> func1_tau

This commit is contained in:
Sergey Zubkov 2018-09-05 19:40:24 -04:00
parent e75a7056c4
commit b16eb424e9

View File

@ -2496,7 +2496,7 @@ We can refactor:
// ??? // ???
} }
double funct1_tau(double val, int flag1, int flag2) double func1_tau(double val, int flag1, int flag2)
{ {
// ??? // ???
} }