Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
slopetree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BioHPC
slopetree
Commits
ca3853ee
Commit
ca3853ee
authored
Mar 23, 2016
by
Raquel Bromberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to fix_hgt.cpp.
parent
d3428e35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fix_hgt.cpp
fix_hgt.cpp
+2
-1
No files found.
fix_hgt.cpp
View file @
ca3853ee
...
...
@@ -26,8 +26,9 @@ int main(int argc, char* argv[])
if
(
argc
<
2
)
{
cout
<<
"Wrong input to
mdis
t.cpp: ./mdist <full path>"
<<
endl
;
cout
<<
"Wrong input to
fix_hg
t.cpp: ./mdist <full path>"
<<
endl
;
cout
<<
"Optional options: -f <filtering steps> -o <filtering option>"
<<
endl
;
exit
(
1
);
}
full_path
=
argv
[
1
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment