Ignore:
Timestamp:
04/18/15 16:42:59 (9 years ago)
Author:
Maciej Komosinski
Message:

Display error/warning messages by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/geno_test.cpp

    r348 r359  
    66#include <frams/util/sstringutils.h>
    77#include <frams/genetics/preconfigured.h>
     8#include <frams/errmgr/stdouterr.h>
    89
    910/**
     
    1718{
    1819PreconfiguredGenetics genetics;
     20StdoutErrorHandler stdouterr; //comment this object out to mute error/warning messages
    1921
    2022if (argc<=1)
Note: See TracChangeset for help on using the changeset viewer.