Mercurial > hg > aim92
annotate model/corti.h @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
rev | line source |
---|---|
tomwalters@0 | 1 /* |
tomwalters@0 | 2 corti.h |
tomwalters@0 | 3 ======= |
tomwalters@0 | 4 |
tomwalters@0 | 5 |
tomwalters@0 | 6 entry point definitions for organ of corti simulation. |
tomwalters@0 | 7 |
tomwalters@0 | 8 */ |
tomwalters@0 | 9 |
tomwalters@0 | 10 extern char *newCorti() ; |
tomwalters@0 | 11 extern int Corti() ; |
tomwalters@0 | 12 extern int Croti() ; |
tomwalters@0 | 13 extern void closeCorti() ; |
tomwalters@0 | 14 |
tomwalters@0 | 15 /* experimiental */ |
tomwalters@0 | 16 |
tomwalters@0 | 17 extern char *newCorti2() ; |
tomwalters@0 | 18 extern int Corti2() ; |
tomwalters@0 | 19 extern void closeCorti2() ; |
tomwalters@0 | 20 |
tomwalters@0 | 21 extern double compensate ; |