Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
Podhorszki, Norbert
ADIOS2
Commits
18a380e2
Commit
18a380e2
authored
7 years ago
by
Atkins, Charles Vernon
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #61 from chuckatkins/cleanup-doc-formatting
Reformat documentation
parents
85b984bc
481198fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ADIOS.h
+13
-13
13 additions, 13 deletions
include/ADIOS.h
with
13 additions
and
13 deletions
include/ADIOS.h
+
13
−
13
View file @
18a380e2
...
...
@@ -275,20 +275,19 @@ protected: // no const to allow default empty and copy constructors
std
::
map
<
unsigned
int
,
Variable
<
std
::
complex
<
long
double
>>>
m_CLDouble
;
std
::
map
<
unsigned
int
,
VariableCompound
>
m_Compound
;
std
::
string
m_ConfigFile
;
///< XML File to be read containing configuration
/// information
bool
m_DebugMode
=
false
;
///< if true will do more checks, exceptions,
/// warnings, expect slower code
///< XML File to be read containing configuration information
std
::
string
m_ConfigFile
;
///< if true will do more checks, exceptions, warnings, expect slower code
bool
m_DebugMode
=
false
;
// Variables
std
::
map
<
std
::
string
,
std
::
pair
<
std
::
string
,
unsigned
int
>>
m_Variables
;
///< Makes variable name unique, key: variable name,
/// value:
/// pair.first = type, pair.second = index in corresponding
/// vector of Variable
///< Makes variable name unique, key: variable name,value: pair.first =
/// type, pair.second = index in corresponding vector of Variable
std
::
map
<
std
::
string
,
std
::
pair
<
std
::
string
,
unsigned
int
>>
m_Variables
;
std
::
vector
<
std
::
shared_ptr
<
Transform
>>
m_Transforms
;
///< transforms associated with ADIOS run
///< transforms associated with ADIOS run
std
::
vector
<
std
::
shared_ptr
<
Transform
>>
m_Transforms
;
/**
* @brief List of Methods (engine metadata) defined from either ADIOS XML
...
...
@@ -299,8 +298,9 @@ protected: // no const to allow default empty and copy constructors
* </pre>
*/
std
::
map
<
std
::
string
,
Method
>
m_Methods
;
std
::
set
<
std
::
string
>
m_EngineNames
;
///< set used to check Engine name
/// uniqueness in debug mode
///< set used to check Engine name uniqueness in debug mode
std
::
set
<
std
::
string
>
m_EngineNames
;
/**
* @brief Checks for group existence in m_Groups, if failed throws
...
...
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