Skip to content
Snippets Groups Projects
Commit d7954440 authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

export the coefficients

[[Imported from SVN: r8062]]
parent d3205dc9
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,12 @@ public: ...@@ -82,6 +82,12 @@ public:
{ {
return basis_; return basis_;
} }
/** \brief Export coefficients. */
const std::vector<TargetSpace>& coefficients() const
{
return coefficients_;
}
private: private:
//! The global basis //! The global basis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment