Skip to content

Commit

Permalink
fancy list
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Dec 2, 2024
1 parent 58f1523 commit 4501058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ The non-native solutions listed here provide similar capabilities as FMU4cpp,
however the native solutions require a substantial expert knowledge
and users are required to manually generate XML metadata as well as packaging the necessary files into an FMU.
Thus, FMU4cpp provides a significant usability improvement over these alternatives as it:
1. Provides a simplified API to implement.
2. Generates the required XML metadata.
3. Verifies the FMU against the standard.
4. Cross-compiles the shared library
5. Packages the FMU
#. Provides a simplified API to implement.
#. Generates the required XML metadata.
#. Verifies the FMU against the standard.
#. Cross-compiles the shared library
#. Packages the FMU

A framework like FMU4cpp is useful for generating both simple and more complex models that does not fit with the restrictions
of a specialized modelling tools. Targeting C++ is also useful compared to similar solutions for Python and Java,
Expand Down

0 comments on commit 4501058

Please sign in to comment.