Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 0 additions & 126 deletions Mnhcrssurf.c

This file was deleted.

201 changes: 0 additions & 201 deletions Mvfsacrsnh.c

This file was deleted.

13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,17 @@ all Offset and CMP positions.

## Development setup

- Madagascar package (3.0)

- Vfsa package (1.1.1)

You need to have the actual Madagascar package stable release installed on your computer. Please follow the
[Installing Madagascar page](http://www.ahay.org/wiki/Installation) in the official documentation.
[Installing Madagascar page](http://www.ahay.org/wiki/Installation) in the official documentation. You can install
Madagascar automatically from Shell Script using program _madagainstall_ from [Shellinclude library](https://github.com/Dirack/Shellinclude/tree/v1.2.2-beta.1).

You also need programs sfvfsacrsnh and sfnhcrssurf from version
[v1.1.1 of vfsa package](https://github.com/Dirack/vfsa/tree/v1.1.1). Please
install them in your local version of Madagascar before using this package.

## Installation

Expand All @@ -66,7 +75,7 @@ with 'echo' too:
Madagascar stores user programs in $RSFSRC/user directory. So, you can create a new directory or put this
repository inside that directory. In this repository, such as every user's repository in Madagascar, we have a compilation
[SConstruct](https://github.com/Dirack/vfsa/blob/master/SConstruct) that compile the C programs.
Run 'scons' on your $RSFSRC/user/vfsa repository to compile it:
Run 'scons' on your $RSFSRC/user/creGatherInterpolation repository to compile it:

```shell
~$ scons
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import bldutil
# Put your name programs in progs variable
# without 'M' preffix and '.c' extension
progs = '''
vfsacrsnh nhcrssurf crestack cretrajec getcregather getcretimecurve
crestack cretrajec getcregather getcretimecurve
'''

try: # distributed version
Expand Down
Loading