Fuzzy libray for embedded targets developed by zerokol. Read more on: http://zerokol.com/product/51e93616e84c5571b7000018/2/en edit by Bruno Alfano - corrected deallocation of FuzzyOutput

Fuzzy library by Zerokol. Read more on: http://zerokol.com/product/51e93616e84c5571b7000018/2/en

edit by Bruno Alfano - corrected deallocation bug for FuzzyOutput

Files at this revision

API Documentation at this revision

Comitter:
astaff15
Date:
Wed Jun 24 15:08:13 2015 +0000
Parent:
1:d545f709646b
Commit message:
Corrected FuzzyOutput destructor bug

Changed in this revision

Fuzzy.h Show annotated file Show diff for this revision Revisions of this file
--- a/Fuzzy.h	Wed Jun 24 15:05:37 2015 +0000
+++ b/Fuzzy.h	Wed Jun 24 15:08:13 2015 +0000
@@ -1,4 +1,4 @@
-/*
+/**
  * Robotic Research Group (RRG)
  * State University of Piaui (UESPI), Brazil - Piauí - Teresina
  *
@@ -8,6 +8,9 @@
  *              AJ Alves <aj.alves@zerokol.com>
  *          Co authors: Douglas S. Kridi <douglaskridi@gmail.com>
  *                      Kannya Leal <kannyal@hotmail.com>
+ *
+ * Edit by Bruno Alfano on 24-06-2015
+ * corrected destructor of FuzzyOutput class.
  */
 #ifndef FUZZY_H
 #define FUZZY_H