mirror of https://github.com/CGAL/cgal
move Gnuplot_output_2.h -> gnuplot_output_2.h
This commit is contained in:
parent
0975502aee
commit
ee7df5573d
|
|
@ -18,7 +18,7 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Quincy Tse, Weisheng Si
|
// Author(s) : Quincy Tse, Weisheng Si
|
||||||
|
|
||||||
/** @file Gnuplot_output_2.h
|
/** @file gnuplot_output_2.h
|
||||||
*
|
*
|
||||||
* This header implements the function that can generate data and script files for plotting
|
* This header implements the function that can generate data and script files for plotting
|
||||||
* graphs by Gnuplot. This function requires that graphs be represented by boost::adjacency_list
|
* graphs by Gnuplot. This function requires that graphs be represented by boost::adjacency_list
|
||||||
|
|
@ -28,8 +28,6 @@
|
||||||
#ifndef GNUPLOT_OUTPUT_2_H
|
#ifndef GNUPLOT_OUTPUT_2_H
|
||||||
#define GNUPLOT_OUTPUT_2_H
|
#define GNUPLOT_OUTPUT_2_H
|
||||||
|
|
||||||
#include <CGAL/Cone_spanners_2/_cxx0x_hack.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
Loading…
Reference in New Issue