This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from wyeck-usgs/working
Corrected an issue with triggering in Node.cpp getBestSignifigance
- Loading branch information
Showing
6 changed files
with
87 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Disclaimer | ||
========== | ||
|
||
This software has been approved for release by the U.S. Geological Survey | ||
(USGS). Although the software has been subjected to rigorous review, the USGS | ||
reserves the right to update the software as needed pursuant to further analysis | ||
and review. No warranty, expressed or implied, is made by the USGS or the U.S. | ||
Government as to the functionality of the software and related material nor shall | ||
the fact of release constitute any such warranty. Furthermore, the software is | ||
released on condition that neither the USGS nor the U.S. Government shall be | ||
held liable for any damages resulting from its authorized or unauthorized use. | ||
This software is preliminary or provisional and is subject to revision. It is | ||
being provided to meet the need for timely best science. The software has not | ||
received final approval by the U.S. Geological Survey (USGS). No warranty, | ||
expressed or implied, is made by the USGS or the U.S. Government as to the | ||
functionality of the software and related material nor shall the fact of release | ||
constitute any such warranty. The software is provided on the condition that | ||
neither the USGS nor the U.S. Government shall be held liable for any damages | ||
resulting from the authorized or unauthorized use of the software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# version.cmake - a CMake script that defines the overall project version | ||
set (PROJECT_VERSION_MAJOR 1) | ||
set (PROJECT_VERSION_MINOR 0) | ||
set (PROJECT_VERSION_PATCH 0) | ||
set (PROJECT_VERSION_PATCH 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters