bpp-phyl3  3.0.0
WeightedSubstitutionCount.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
6 
7 using namespace bpp;
8 
9 void AbstractWeightedSubstitutionCount::setWeights(std::shared_ptr<const AlphabetIndex2> weights)
10 {
11  weights_ = weights;
13 }
void setWeights(std::shared_ptr< const AlphabetIndex2 > weights)
std::shared_ptr< const AlphabetIndex2 > weights_
Defines the basic types of data flow nodes.