Skip to content

Commit

Permalink
added comments to beginning of file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1263 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 28, 2004
1 parent 2b4f6fe commit 6090a7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modeq/daeext.rml
Expand Up @@ -20,16 +20,16 @@
*)

(**
** file: daelow.rml
** module: DAELow
** description: DAELow a lower form of DAE including sparse matrises for
** BLT decomposition, etc.
**
** RCS: %W% %E%
**
** file: daeext.rml
** module: DAEEXT
**)

(** - Module header *)
(**
** The DAEEXT module is an externally implemented module (in file runtime/daeext.cpp)
** used for the BLT and index reduction algorithms in 'DAELow'. The implementation
** mainly consists of several bitvectors implemented using std::vector<bool> since
** such functionality is not available in RML.
*)

module DAEEXT:

Expand Down

0 comments on commit 6090a7c

Please sign in to comment.