mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

REMINDER: Does MBSim work without openmbvcpp-intreface? #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compiling mbsim without openmbvcppinterface

What is the expected output? What do you see instead?
mbsim should compile

This is just a reminder to check from time to time if mbsim works without the 
an installed openmbvcppinterfac...

Original issue reported on code.google.com by kgrundl on 24 Apr 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Since nearly nobody uses MBSim without visualisation we may make OpenMBV a hard 
(none optional) dependency to MBSim. Then we can remove all the ugly #ifdef 
OPENMBVCPPINTERFACE lines in MBSim and this reminder is needless. The 
performance problem when the OpenMBV output is active but no visualisation is 
requred can be avoided by disableing the MBSim plot feature OpenMBV recursively 
in DynamicSystemSolver.
So we have to check if this plot feature works correctly: no OpenMBV output is 
generated and none of the corrosponding updatePlot/updateOpenMBV containers are 
traversed. If not we should fix this.

Original comment by friedrich.at.gc@googlemail.com on 17 May 2012 at 1:50

GoogleCodeExporter commented 9 years ago
Issue 27 has been merged into this issue.

Original comment by friedrich.at.gc@googlemail.com on 2 Sep 2012 at 10:26