Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aumpierre-unb committed Dec 16, 2022
1 parent 5d32ee2 commit 5a355e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Internal Fluid Flow Toolbox for Scilab

Summary: A toolbox for internal fluid flow

Version: 0.2.0
Version: 0.2.1

Author: Alexandre Umpierre

Expand All @@ -14,7 +14,7 @@ Category: Physics

Entity:

WebSite: https://github.com/aumpierre-unb/Internal-Fluid-Flow-for-Scilab
WebSite: https://aumpierre-unb.github.io/Internal-Fluid-Flow-for-Scilab

License: GPL 3.0

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
TODO
====

inflowlib 0.2.1 (2022-12-15)
=============================
* Minor changes on documentation

inflowlib 0.2.0 (2022-12-15)
=============================
* Upgraded functions structure and algorithms
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

## Install and load Internal Fluid Flow Toolbox for Scilab

1\. Download ```v0.2.0.zip``` file from [Releases](https://github.com/aumpierre-unb/Internal-Fluid-Flow-for-Scilab/releases).
1\. Download ```v0.2.1.zip``` file from [Releases](https://github.com/aumpierre-unb/Internal-Fluid-Flow-for-Scilab/releases).

2\. Set Scilab current directory to the download folder.

3\. To install and load the toolbox, type:

```dotnetcli
atomsInstall('v0.2.0.zip'),..
atomsInstall('v0.2.1.zip'),..
atomsLoad('inflowlib')
```

Expand Down

0 comments on commit 5a355e7

Please sign in to comment.