BlueM.Sim Development: Difference between revisions
Jump to navigation
Jump to search
(translation and remove broken links) |
m (→Code) |
||
Line 11: | Line 11: | ||
There are two possibilities for getting the code: | There are two possibilities for getting the code: | ||
* Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/> | * Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/>https://svn.bluemodel.org/Meta/BlueM.Win/ | ||
:''or'' | :''or'' | ||
* Checkout the projects from SVN individually (see URLs below) and combine them in a solution. | * Checkout the projects from SVN individually (see URLs below) and combine them in a solution. |
Revision as of 05:08, 24 April 2021
BlueM.Sim | Download | Application | Theory | Development
Code
The source code consist of the following projects:
- BlueM.Win: GUI (VB.NET)
- BlueM.Sim: Fortran simulation engine
- BlueM.DLLAdapter: .NET Wrapper for communicating with the BlueM.Sim simulation engine
- Wave: Tool for time series display and analysis
There are two possibilities for getting the code:
- Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects:
https://svn.bluemodel.org/Meta/BlueM.Win/
- or
- Checkout the projects from SVN individually (see URLs below) and combine them in a solution.
Project SVN repository WebSVN BlueM.Win https://svn.bluemodel.org/BlueM.Win/ BlueM.Win BlueM.Sim https://svn.bluemodel.org/BlueM.Sim/ BlueM.Sim BlueM.DLLAdapter https://svn.bluemodel.org/BlueM.DLLAdapter/ BlueM.DLLAdapter Wave https://svn.bluemodel.org/Wave/ Wave
Compilation
- → see BlueM.Sim compilation
Testing
- → see BlueM.DLLAdapterTest
Docs
BlueM.Sim:
- → siehe BlueM.Sim Code
Style
- → siehe Code-Formatierung