#define PRINT_VAR (   VAR)    std::cout << " " << std::setw(20) << #VAR << " = " << VAR << std::endl;

Print the value of a given variable name.

Definition at line 67 of file DMRGBlockContainer.hpp.

Referenced by DMRGBlockContainer< Block, Hamiltonian >::Initialize().

This site was generated by Sphinx using Doxygen with a customized theme from doxygen-bootstrapped.