diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2013-04-24 13:25:26 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2013-04-24 13:25:26 +0000 |
commit | 406ce0c03d10c20c4774c0e36f864a0d1df4aed9 (patch) | |
tree | d89977f1731df2b2496b3e744ef1d5301c3a634b | |
parent | 313728c669e8123d2a7804869bbfc0d0ae2443c4 (diff) |
add comments
svn path=/trunk/externals/pmpd/; revision=17099
-rw-r--r-- | pmpd3d.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,11 +38,11 @@ typedef struct _link { t_int active; t_float K; t_float D; - t_float L; + t_float L; // taille du lien t_float Pow; t_float Lmin; t_float Lmax; - t_float distance; + t_float distance; // memoire de la taille du lien t_float VX; // vecteur portant la liaison, si c'est le cas t_float VY; t_float VZ; |