Skip to content

Commit

Permalink
Release preparation (#101)
Browse files Browse the repository at this point in the history
* updated travis.

* updated travis.

* fixed memory leak.

* fixed the miss-aligned issue.

* release preparation.
  • Loading branch information
qliu21 authored Sep 28, 2020
1 parent 6cf40c4 commit 7d9715e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [the header][api] for documentation of these templates.

To use MGARD,

1. Run `make lib/libmgard.a` to generate a static library.
1. Build MGARD by either running `make lib/libmgard.a` to generate a static library, or 'cmake -DCMAKE_INSTALL_PREFIX=<location to install MGARD> -DCMAKE_BUILD_TYPE=RELEASE -DZSTD_ROOT=<optional, location to ZSTD installation> ..'.
2. Include `mgard_api.h` in any source files making use of the API.
3. Link against `libmgard.a` when creating your executable.

Expand Down
6 changes: 3 additions & 3 deletions include/mgard.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney, Qing Liu
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.0.0.3
// version: 0.1.0
// See LICENSE for details.
#ifndef MGARD_H
#define MGARD_H
Expand Down
4 changes: 2 additions & 2 deletions include/mgard_api.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney, Qing Liu
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.1.0
// See LICENSE for details.
Expand Down
6 changes: 3 additions & 3 deletions include/mgard_nuni.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney, Qing Liu
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.0.0.2
// version: 0.1.0
// See LICENSE for details.
#ifndef MGARD_NUNI_H
#define MGARD_NUNI_H
Expand Down
6 changes: 3 additions & 3 deletions src/mgard.tpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney, Qing Liu
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.0.0.2
// version: 0.1.0
// See LICENSE for details.
#ifndef MGARD_TPP
#define MGARD_TPP
Expand Down
4 changes: 2 additions & 2 deletions src/mgard_api.tpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.0.0.2
// version: 0.1.0
// See LICENSE for details.
#ifndef MGARD_API_TPP
#define MGARD_API_TPP
Expand Down
6 changes: 3 additions & 3 deletions src/mgard_nuni.tpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2017, Brown University, Providence, RI.
// MGARD: MultiGrid Adaptive Reduction of Data
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney
// Corresponding Author: Ozan Tugluk
// Authors: Mark Ainsworth, Ozan Tugluk, Ben Whitney, Qing Liu
// Corresponding Author: Ben Whitney, Qing Liu
//
// version: 0.0.0.2
// version: 0.1.0
// See LICENSE for details.
#ifndef MGARD_NUNI_TPP
#define MGARD_NUNI_TPP
Expand Down

0 comments on commit 7d9715e

Please sign in to comment.