-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8bd134
commit a90a52c
Showing
6 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
#include "mbconfig.h" | ||
#include "mbdynFMI.h" | ||
#include "stepsol.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
|
||
|
||
#include <stdlib.h> | ||
#include <stdio.h> | ||
#include <string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
|
||
#include "mbdynFMI_config.h" | ||
#include <stdio.h> | ||
#include <string.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
|
||
#include "mbdynFMI.h" | ||
|
||
#define BUFFER 1000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
|
||
#include "module-FMU.h" | ||
#include "solver.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
/* | ||
AUTHOR: Devyesh Tandon <[email protected]> | ||
Copyright (C) 2016(-2016) all rights reserved. | ||
The copyright of this patch is transferred | ||
to Pierangelo Masarati and Paolo Mantegazza | ||
for use in the software MBDyn as described | ||
in the GNU Public License version 2.1 | ||
*/ | ||
|
||
#include "mbconfig.h" /* This goes first in every *.c,*.cc file */ | ||
|
||
#include <iostream> | ||
|