Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
4282844a
Commit
4282844a
authored
Dec 03, 2015
by
Iakov Davydov
Browse files
fix minor indented formatting
parent
f6f1895e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Genes.h
View file @
4282844a
...
@@ -181,7 +181,7 @@ private:
...
@@ -181,7 +181,7 @@ private:
std
::
vector
<
std
::
string
>
mDnaSpecies
;
///< The list of species labels
std
::
vector
<
std
::
string
>
mDnaSpecies
;
///< The list of species labels
std
::
vector
<
std
::
string
>
mDnaGene
;
///< The gene DNA basis strings
std
::
vector
<
std
::
string
>
mDnaGene
;
///< The gene DNA basis strings
std
::
vector
<
unsigned
int
>
mSiteMultiplicity
;
///< Site multiplicity (sites
std
::
vector
<
unsigned
int
>
mSiteMultiplicity
;
///< Site multiplicity (sites
/// with multiplicity of zero has been removed from the site list)
/// with multiplicity of zero has been removed from the site list)
std
::
vector
<
unsigned
int
>
std
::
vector
<
unsigned
int
>
mMapSiteToDnaGene
;
///< Map the site number to the position in mDnaGene
mMapSiteToDnaGene
;
///< Map the site number to the position in mDnaGene
std
::
map
<
std
::
string
,
unsigned
int
>
mMapSpecieToDnaGene
;
///< Map specie name
std
::
map
<
std
::
string
,
unsigned
int
>
mMapSpecieToDnaGene
;
///< Map specie name
...
@@ -191,7 +191,7 @@ private:
...
@@ -191,7 +191,7 @@ private:
size_t
mOriginalNumSites
;
///< Original number of sites (before cleaning)
size_t
mOriginalNumSites
;
///< Original number of sites (before cleaning)
std
::
map
<
std
::
string
,
std
::
vector
<
int
>
>
mMapCodonToPosition
;
///< Map codons
std
::
map
<
std
::
string
,
std
::
vector
<
int
>
>
mMapCodonToPosition
;
///< Map codons
///(including ambiguous ones) to positions on the CPV
///
(including ambiguous ones) to positions on the CPV
std
::
vector
<
int
>
std
::
vector
<
int
>
mEmptyVector
;
///< Empty vector to be returned if no position available
mEmptyVector
;
///< Empty vector to be returned if no position available
mutable
std
::
vector
<
int
>
mutable
std
::
vector
<
int
>
...
...
Iakov Davydov
@idavydov
mentioned in issue
#25 (closed)
·
Dec 03, 2015
mentioned in issue
#25 (closed)
mentioned in issue #25
Toggle commit list
Write
Preview
Supports
Markdown
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