From 93adc8b9de14e4ffb8b16544f07114232a447274 Mon Sep 17 00:00:00 2001 From: Ameya Chawla <88154798+ameyachawlaggsipu@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:43:57 +0530 Subject: [PATCH] Update numerical_methods/fast_fourier_transform.cpp Co-authored-by: David Leal --- numerical_methods/fast_fourier_transform.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index a54731216..f59d5be59 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -10,11 +10,11 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include /// for IO operations +#include /// for IO operations #include /// for mathematical-related functions -#include /// for storing points and coefficents +#include /// for storing points and coefficents #include /// for assert -#include /// for storing test cases +#include /// for storing test cases