Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explain why we have 2 set libraries in SG
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2005 22:38:35 +0000 (22:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2005 22:38:35 +0000 (22:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@955 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/swag.c

index 2e3c732..4b4fdd3 100644 (file)
@@ -15,7 +15,7 @@
 #include "xbt/error.h"
 #include "xbt/swag.h"
 
-/** \defgroup XBT_swag A specific set datatype
+/** \defgroup XBT_swag A O(1) set datatype
  *  \brief a O(1) set based on linked lists
  *
  *  Warning, this module is done to be efficient and performs tons of