![]() |
QMCPACK
|
Go to the source code of this file.
Functions | |
template<class T > | |
bool | putContent (qmcplusplus::Vector< T > &a, xmlNodePtr cur) |
assign std::vector<T> from a node. More... | |
template<typename T > | |
bool | putContent (qmcplusplus::Matrix< T > &a, xmlNodePtr cur) |
|
inline |
assign std::vector<T> from a node.
Create a temporary vector and make assignment.
a | reference std::vector<T> |
cur | current node to which a content is copied |
Definition at line 27 of file LibxmlNumericIO.h.
References qmcplusplus::n, and Vector< T, Alloc >::size().
|
inline |