summaryrefslogtreecommitdiffstats
path: root/src/misc/tim/timInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-24 01:13:51 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-24 01:13:51 -0700
commit6f03813557ba8aa9ad4d228984bc569b840ddb6c (patch)
tree81afd6f3970a95e867bd09354d901b4335986f4d /src/misc/tim/timInt.h
parent255f171f632610eead441e62c7fe4cd4148bb207 (diff)
downloadabc-6f03813557ba8aa9ad4d228984bc569b840ddb6c.tar.gz
abc-6f03813557ba8aa9ad4d228984bc569b840ddb6c.tar.bz2
abc-6f03813557ba8aa9ad4d228984bc569b840ddb6c.zip
Testing GIA with time manager.
Diffstat (limited to 'src/misc/tim/timInt.h')
-rw-r--r--src/misc/tim/timInt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/misc/tim/timInt.h b/src/misc/tim/timInt.h
index ccca12e7..67312064 100644
--- a/src/misc/tim/timInt.h
+++ b/src/misc/tim/timInt.h
@@ -85,14 +85,6 @@ struct Tim_Obj_t_
float timeReq; // required time of the object
};
-/*
- A delay table is a one-dimensional array of floats whose size is: 3 + nInputs * nOutputs.
- The first entry is the delay table ID used by the boxes to refer to the table.
- The second and third entris are nInputs and nOutputs.
- The following entries list the delay numbers for per output,
- that is, the first nInputs entries give delay of the first output, etc.
-*/
-
////////////////////////////////////////////////////////////////////////
/// MACRO DEFINITIONS ///
////////////////////////////////////////////////////////////////////////