Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Oct 21, 2019
2 parents 240c4a2 + 93242d2 commit 96c22ef
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/NTNU-IHB/FMI4j/issues)

[![](https://jitpack.io/v/NTNU-IHB/FMI4j.svg)](https://jitpack.io/#NTNU-IHB/FMI4j)
[ ![Bintray](https://api.bintray.com/packages/ntnu-ihb/mvn/FMI4j/images/download.svg) ](https://bintray.com/ntnu-ihb/mvn/FMI4j/_latestVersion)

[![CircleCI](https://circleci.com/gh/NTNU-IHB/FMI4j/tree/master.svg?style=svg)](https://circleci.com/gh/NTNU-IHB/FMI4j/tree/master)
![](https://github.com/NTNU-IHB/FMI4j/workflows/Build/badge.svg)

[ ![Bintray](https://api.bintray.com/packages/ntnu-ihb/mvn/FMI4j/images/download.svg) ](https://bintray.com/ntnu-ihb/mvn/FMI4j/_latestVersion)
[![Gitter](https://badges.gitter.im/NTNU-IHB/FMI4j.svg)](https://gitter.im/NTNU-IHB/FMI4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)


Expand All @@ -33,12 +31,7 @@ class Demo {

Fmu fmu = Fmu.from(new File("path/to/fmu.fmu")); //URLs are also supported
FmuSlave slave = fmu.asCoSimulationFmu().newInstance();

// Model Exchange is also supported:
//
// Solver solver = ApacheSolvers.euler(1E-3);
// FmuSlave slave = fmu.asModelExchangeFmu(solver).newInstance();


slave.simpleSetup();

double stop = 10;
Expand Down Expand Up @@ -86,8 +79,5 @@ public class JavaSlave extends Fmi2Slave {
}
```

Artifacts are available through [JitPack](https://jitpack.io/#NTNU-IHB/FMI4j) and [Bintray](https://bintray.com/ntnu-ihb/mvn/FMI4j).

___
Artifacts are available through [Bintray](https://bintray.com/ntnu-ihb/mvn/FMI4j).

To get started head over to the [Wiki](https://github.com/NTNU-IHB/FMI4j/wiki)!

0 comments on commit 96c22ef

Please sign in to comment.