From 650eb23d300080bf19cd4acc7bf29afb0dc8eb66 Mon Sep 17 00:00:00 2001 From: pavanvpatil Date: Fri, 18 Nov 2022 14:22:20 +0530 Subject: [PATCH] comment codes --- iPDC/inc/Attack_detect.h | 2 +- iPDC/inc/Dynamic_time_warping.h | 2 +- iPDC/inc/Kmeans.h | 2 +- iPDC/inc/Kmeans2.h | 2 +- iPDC/inc/data_vis.h | 2 +- iPDC/inc/utility_tools.h | 2 +- iPDC/src/Attack_detect.c | 2 +- iPDC/src/Dynamic_time_warping.c | 2 +- iPDC/src/Kmeans.c | 2 +- iPDC/src/Kmeans2.c | 2 +- iPDC/src/data_vis.c | 2 +- iPDC/src/utility_tools.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/iPDC/inc/Attack_detect.h b/iPDC/inc/Attack_detect.h index ee346f2..7dadadb 100644 --- a/iPDC/inc/Attack_detect.h +++ b/iPDC/inc/Attack_detect.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/inc/Dynamic_time_warping.h b/iPDC/inc/Dynamic_time_warping.h index 0192106..626c6c9 100644 --- a/iPDC/inc/Dynamic_time_warping.h +++ b/iPDC/inc/Dynamic_time_warping.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/inc/Kmeans.h b/iPDC/inc/Kmeans.h index 751037d..fa34ef7 100644 --- a/iPDC/inc/Kmeans.h +++ b/iPDC/inc/Kmeans.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/inc/Kmeans2.h b/iPDC/inc/Kmeans2.h index f9498a2..6915894 100644 --- a/iPDC/inc/Kmeans2.h +++ b/iPDC/inc/Kmeans2.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/inc/data_vis.h b/iPDC/inc/data_vis.h index 56f366e..8795ec4 100644 --- a/iPDC/inc/data_vis.h +++ b/iPDC/inc/data_vis.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/inc/utility_tools.h b/iPDC/inc/utility_tools.h index f71eb6a..a0574ad 100644 --- a/iPDC/inc/utility_tools.h +++ b/iPDC/inc/utility_tools.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/Attack_detect.c b/iPDC/src/Attack_detect.c index 630e911..3eaa607 100644 --- a/iPDC/src/Attack_detect.c +++ b/iPDC/src/Attack_detect.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/Dynamic_time_warping.c b/iPDC/src/Dynamic_time_warping.c index 22a06fb..53c6a73 100644 --- a/iPDC/src/Dynamic_time_warping.c +++ b/iPDC/src/Dynamic_time_warping.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/Kmeans.c b/iPDC/src/Kmeans.c index 1155fa0..ba891d8 100644 --- a/iPDC/src/Kmeans.c +++ b/iPDC/src/Kmeans.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/Kmeans2.c b/iPDC/src/Kmeans2.c index b5aaccf..b456270 100644 --- a/iPDC/src/Kmeans2.c +++ b/iPDC/src/Kmeans2.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/data_vis.c b/iPDC/src/data_vis.c index cd505ab..096575d 100644 --- a/iPDC/src/data_vis.c +++ b/iPDC/src/data_vis.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */ diff --git a/iPDC/src/utility_tools.c b/iPDC/src/utility_tools.c index 86a4b18..6e742c4 100644 --- a/iPDC/src/utility_tools.c +++ b/iPDC/src/utility_tools.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Authors: - * M V Karthik + * M V Karthik * Pavan Kumar V Patil * * ----------------------------------------------------------------------------- */