Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vis-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
OpenGeoSys Tools
vis-tools
Commits
f681aef5
Commit
f681aef5
authored
9 years ago
by
Karsten Rink
Browse files
Options
Downloads
Patches
Plain Diff
adjusted documentation
parent
a8594511
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addEmiDataToMesh/addEmiDataToMesh.cpp
+4
-4
4 additions, 4 deletions
addEmiDataToMesh/addEmiDataToMesh.cpp
with
4 additions
and
4 deletions
addEmiDataToMesh/addEmiDataToMesh.cpp
+
4
−
4
View file @
f681aef5
/**
* @file
removeMeshElements
.cpp
* @file
addEmiDataToMesh
.cpp
* @author Karsten Rink
* @date 2015/04/17
* @brief
* @brief
Adds EMI Data as an additional scalar array to a mesh
*
* @copyright
* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
...
...
@@ -118,7 +118,7 @@ int main (int argc, char* argv[])
BaseLib
::
LogogSimpleFormatter
*
custom_format
(
new
BaseLib
::
LogogSimpleFormatter
);
logog_cout
->
SetFormatter
(
*
custom_format
);
TCLAP
::
CmdLine
cmd
(
"Add a scalar cell array to a 2d mesh
based on raster- or csv-file
."
,
' '
,
"0.1"
);
TCLAP
::
CmdLine
cmd
(
"Add
EMI data as
a scalar cell array to a 2d mesh."
,
' '
,
"0.1"
);
// I/O params
TCLAP
::
ValueArg
<
std
::
string
>
mesh_out
(
"o"
,
"mesh-output-file"
,
...
...
@@ -131,7 +131,7 @@ int main (int argc, char* argv[])
cmd
.
add
(
mesh_in
);
TCLAP
::
ValueArg
<
std
::
string
>
csv_in
(
""
,
"csv"
,
"csv-file containing
information
to be added as a scalar array."
,
"csv-file containing
EMI data
to be added as a scalar array."
,
true
,
""
,
"name of the csv input file"
);
cmd
.
add
(
csv_in
);
cmd
.
parse
(
argc
,
argv
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment