home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1996-06-21 | 1.2 KB | 44 lines | [TEXT/MEDT] |
- DEFINITION MODULE RMSDebugHelp;
-
- (*******************************************************************
-
- Module RMSDebugHelp (Version 1.0)
-
- Copyright ©1989 by Andreas Fischlin and Swiss
- Federal Institute of Technology Zürich ETHZ
-
- Version written for:
- 'Dialog Machine' DM_V2.01 (User interface)
- MacMETH_V2.6+ (1-Pass Modula-2 implementation)
- ModelWorks_V2.01 (Modelling & Simulation)
-
- Purpose Helps to debug the RAMSES shell.
-
- Remarks Module can be discarded once the shell works properly.
-
- Programming
-
- • Design
- A. Fischlin 21/10/1990
-
- • Implementation
- A. Fischlin 21/10/1990
-
-
- Swiss Federal Institute of Technology Zurich ETHZ
- Department of Environmental Sciences
- Systems Ecology Group
- ETH-Zentrum
- CH-8092 Zurich
- Switzerland
-
- Last revision of definition: 11/Mai/1993 AF
-
- *******************************************************************)
-
- PROCEDURE ShowLevels (procName: ARRAY OF CHAR; anInt: INTEGER; size: LONGINT);
-
- PROCEDURE ActivateHeapTrace;
-
- END RMSDebugHelp.
-