File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ template<> const char *FrameLib_Binary<fmax>::getDescriptionString()
86
86
template <> const char *FrameLib_Binary<fdim>::getDescriptionString()
87
87
{ return " Calculates the absolute differences between values in the two input frames" ; }
88
88
89
- template <> const char *FrameLib_Binary<remainder >::getDescriptionString()
89
+ template <> const char *FrameLib_Binary<fmod >::getDescriptionString()
90
90
{ return " Calculates the left input frame values modulo the right input frame values" ; }
91
91
92
92
typedef FrameLib_Binary<pow> FrameLib_Pow;
@@ -96,6 +96,6 @@ typedef FrameLib_Binary<copysign> FrameLib_CopySign;
96
96
typedef FrameLib_Binary<fmin> FrameLib_Min;
97
97
typedef FrameLib_Binary<fmax> FrameLib_Max;
98
98
typedef FrameLib_Binary<fdim> FrameLib_Diff;
99
- typedef FrameLib_Binary<remainder> FrameLib_Modulo;
99
+ typedef FrameLib_Binary<fmod> FrameLib_Modulo;
100
100
101
101
#endif
You can’t perform that action at this time.
0 commit comments