File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 3131 *
3232 --------------------------------------------------------
3333 *
34- * Last updated: 20 August, 2018
34+ * Last updated: 29 January, 2019
3535 *
36- * Copyright 2013-2018
36+ * Copyright 2013-2019
3737 * Darren Engwirda
38383939 * https://github.com/dengwirda/
229229 else
230230 _scrB = (data_type)+0 . ;
231231
232- return (data_type).67 * _scrA +
233- (data_type).33 * _scrB ;
232+ return
233+ ((data_type)+1.0 -.33 )*_scrA +
234+ ((data_type)+0.0 +.33 )*_scrB ;
234235 }
235236
236237 template <
289290 else
290291 _scrB = (data_type)+0 . ;
291292
292- return (data_type).67 * _scrA +
293- (data_type).33 * _scrB ;
293+ return
294+ ((data_type)+1.0 -.33 )*_scrA +
295+ ((data_type)+0.0 +.33 )*_scrB ;
294296 }
295297
296298 template <
427429 */
428430
429431 data_type _qq =
430- ( data_type)+. 75 * _qb +
431- ( data_type)+. 25 * _qe ;
432+ (( data_type)+1 .-. 33 ) * _qb +
433+ (( data_type)+0 .+. 33 ) * _qe ;
432434
433435 return _qq ;
434436 }
527529 */
528530
529531 data_type _qq =
530- ( data_type)+. 75 * _qb +
531- ( data_type)+. 25 * _qe ;
532+ (( data_type)+1 .-. 33 ) * _qb +
533+ (( data_type)+0 .+. 33 ) * _qe ;
532534
533535 return _qq ;
534536 }
You can’t perform that action at this time.
0 commit comments