Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed deprecated gripes.h, replaced with errwarn.h #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ integer and string.
To install, just use

make

This will produce a package file named "hdf5oct-*.tar.gz" . Then
you may either install the package with

Expand All @@ -48,7 +48,7 @@ you may either install the package with
or you may start GNU Octave and install the package manually (using
the correct file name) with the command

pkg install hdf5oct-0.2.0.tar.gz
pkg install hdf5oct-0.4.0.tar.gz

This will put the *.oct files somewhere where Octave will find them.
You can try running
Expand All @@ -73,4 +73,4 @@ To uninstall the package you may want to use
- read string-array typed attributes

- write more comprehensive tests instead of a few random choices. Also
test for error conditions.
test for error conditions.
Loading