Skip to content
Snippets Groups Projects
Commit 5802020d authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[gnuplotinterface]

fixed autotools errors

reviewed by gruenich


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14432 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 820d3462
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
*/ */
#ifndef HAVE_GNUPLOT #ifndef HAVE_GNUPLOT
#warning Gnuplot has not been found or cmake has not been used. #warning Gnuplot has not been found by CMake. Defaulting to /usr/bin/gnuplot
#else #define GNUPLOT_EXECUTABLE "/usr/bin/gnuplot"
#endif
#ifndef DUMUX_GNUPLOT_INTERFACE_HH #ifndef DUMUX_GNUPLOT_INTERFACE_HH
#define DUMUX_GNUPLOT_INTERFACE_HH #define DUMUX_GNUPLOT_INTERFACE_HH
...@@ -293,5 +294,3 @@ private: ...@@ -293,5 +294,3 @@ private:
}; };
} // end of namespace } // end of namespace
#endif // DUMUX_GNUPLOT_INTERFACE_HH #endif // DUMUX_GNUPLOT_INTERFACE_HH
#endif // HAVE_GNUPLOT
\ No newline at end of file
check_PROGRAMS = test_gnuplotinterface check_PROGRAMS = test_gnuplotinterface
test_fluidsystems_SOURCES = test_gnuplotinterface.cc test_gnuplotinterface_SOURCES = test_gnuplotinterface.cc
EXTRA_DIST=CMakeLists.txt EXTRA_DIST=CMakeLists.txt
noinst_HEADERS:=$(wildcard *.hh) noinst_HEADERS:=$(wildcard *.hh)
......
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