Skip to content
Snippets Groups Projects
Commit 78a24bb5 authored by Oliver Sander's avatar Oliver Sander
Browse files

Deprecate the file configparser.hh

Use parametertree.hh to keep hierarchical string-based data, 
and parametertreeparser.hh to read such data from files and streams.

[[Imported from SVN: r6347]]
parent b920a3e4
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@
#ifndef DUNE_CONFIGPARSER_HH
#define DUNE_CONFIGPARSER_HH
#warning This file has been deprecated in dune-common 2.1, and will most likely\
be removed in dune-common 2.2. In its place, use parametertree.hh to keep\
hierarchical string-based data, and parametertreeparser.hh to read such data\
from files and streams.
#include <iostream>
#include <istream>
#include <map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment