Changeset 1025
- Timestamp:
- 02/04/2008 05:03:01 PM (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/Modelica/C-Sources/ModelicaTables_Dymola.c
r1010 r1025 1 /* Adaptation of new MSL3.0 table function interface to 2 the existing Dymola table function interface. 3 4 Release Notes: 5 Feb. 4, 2008: by Martin Otter, DLR. Implemented. 6 7 Copyright (C) 2008 DLR. 8 9 The content of this file is free software; it can be redistributed 10 and/or modified under the terms of the Modelica license, see the 11 license conditions and the accompanying disclaimer in file 12 _ModelicaLicense.txt or in Modelica.UsersGuide.ModelicaLicense. 13 */ 1 14 2 15 #include "ModelicaTables.h"
