Skip to content

Commit

Permalink
Fix for reading result sizes
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1907 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Kaj Nyström committed Oct 2, 2005
1 parent 060066a commit 4304a06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Compiler/System.rml
Expand Up @@ -220,6 +220,16 @@ relation read_ptolemyplot_dataset: (string, (* filename *)
int) (* size *)
=> Values.Value

(** relation: read_ptoleyplot_dataset_size
**
** Determines the size of a dataset in the ptolemy plot data format.
**)

relation read_ptolemyplot_dataset_size: (string (* filename *))
=> Values.Value



(** relation: system_call
**
** Execute a system call, returning the exit code of the call.
Expand Down

0 comments on commit 4304a06

Please sign in to comment.