Mentions légales du service

Skip to content
Snippets Groups Projects
Forked from aevol / aevol
Source project has a limited visibility.
  • Théotime Grohens's avatar
    9b3b9bf8
    Fix Fuzzy::clear() · 9b3b9bf8
    Théotime Grohens authored and David Parsons's avatar David Parsons committed
    The Fuzzy::clear() function completely discarded the points_ list,
    but was supposed to reset it to its initial state with two
    points at (X_MIN, 0.0) and (X_MAX, 0.0).
    
    This commit fixes the function.
    9b3b9bf8
    History
    Fix Fuzzy::clear()
    Théotime Grohens authored and David Parsons's avatar David Parsons committed
    The Fuzzy::clear() function completely discarded the points_ list,
    but was supposed to reset it to its initial state with two
    points at (X_MIN, 0.0) and (X_MAX, 0.0).
    
    This commit fixes the function.