Skip to content

Commit

Permalink
- Linux modifications to sendData & Qt plotting
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 25, 2008
1 parent b4a6766 commit 0d48a0b
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 665 deletions.
3 changes: 3 additions & 0 deletions Examples/sim_BouncingBall.mos
@@ -1,3 +1,6 @@
loadFile("BouncingBall.mo");
simulate(BouncingBall, stopTime=3.0);
plot({h,flying});
plot(v);


2 changes: 1 addition & 1 deletion c_runtime/Makefile
Expand Up @@ -32,7 +32,7 @@ HFILES = blaswrap.h f2c.h integer_array.h memory_pool.h modelica_string.h \
index_spec.h matrix.h \
modelica.h read_write.h simulation_runtime.h simulation_events.h utility.h \
simulation_init.h simulation_input.h solver_dasrt.h solver_euler.h simulation_result.h \
meta_modelica.h
meta_modelica.h sendData/sendData.h sendData/humbug.h

LIBS = libc_runtime.a libsim.a

Expand Down

0 comments on commit 0d48a0b

Please sign in to comment.