Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ncl/nxsblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ NxsBlock::NxsBlock()
nexusReader(NULL),
next(NULL),
linkAPI(false),
autoTitle(false),
storeSkippedCommands(true)
{
}
Expand Down Expand Up @@ -638,4 +639,3 @@ void NxsBlock::DemandEndSemicolon(NxsToken &token, const char *contextString) co
{
NxsToken::DemandEndSemicolon(token, this->errormsg, contextString);
}

2 changes: 1 addition & 1 deletion ncl/nxstreesblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ NxsTreesBlock::NxsTreesBlock(
NxsTaxaBlockAPI *tb) /* the NxsTaxaBlockAPI object to be queried for taxon names appearing in tree descriptions */
:NxsTaxaBlockSurrogate(tb, NULL),
processedTreeValidationFunction(NULL),
constructingTaxaBlock(false),
ptvArg(NULL)
{
NCL_BLOCKTYPE_ATTR_NAME = "TREES";
Expand Down Expand Up @@ -2142,4 +2143,3 @@ void NxsTreesBlock::ReadPhylipTreeFile(NxsToken & token)
allowImplicitNames = prevAIN;
useNewickTokenizingDuringParse = prevUNTDP;
}