Skip to content

Commit

Permalink
Removed old code in PSIClusterGenerator.tpp .
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Blondel committed May 26, 2021
1 parent 26db584 commit 6e4fc44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1,118 deletions.
3 changes: 3 additions & 0 deletions xolotl/core/include/xolotl/core/network/IReactionNetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ class IReactionNetwork
_fissionRate = rate;
}

/**
* @brief Zeta is used to compute the rates of re-solution reactions.
*/
virtual void
setZeta(double z) = 0;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,19 +659,19 @@ class MultiElementCollection
out);
}

/**
* @brief Get the ElementSetMixinChain that implements this collection
*/
/**
* @brief Get the ElementSetMixinChain that implements this collection
*/
decltype(auto)
getChain() const
{
return _chain;
}

/**
* @brief Get the set of begin indices for each element view as if the views
* were appended one to another
*/
/**
* @brief Get the set of begin indices for each element view as if the views
* were appended one to another
*/
Kokkos::Array<IndexType, numElementTypes + 1>
getElementBeginIndices() const
{
Expand Down
Loading

0 comments on commit 6e4fc44

Please sign in to comment.