Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Helpers/Verbose.cpp

    r952f38 rbf3817  
    1 using namespace std;
     1/** \file Verbose.cpp
     2 *
     3 * Function implementations for the class Verbose.
     4 *
     5 */
     6
     7// include config.h
     8#ifdef HAVE_CONFIG_H
     9#include <config.h>
     10#endif
    211
    312#include "Helpers/MemDebug.hpp"
     
    615#include "Helpers/Verbose.hpp"
    716#include <iostream>
     17
     18using namespace std;
    819
    920/** Prints the tabs according to verbosity stored in the temporary constructed class.
Note: See TracChangeset for help on using the changeset viewer.