move Gnuplot_output_2.h -> gnuplot_output_2.h

This commit is contained in:
Weisheng Si 2015-04-24 08:08:30 +10:00
parent 0975502aee
commit ee7df5573d
1 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,7 @@
//
// 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
* graphs by Gnuplot. This function requires that graphs be represented by boost::adjacency_list
@ -28,8 +28,6 @@
#ifndef GNUPLOT_OUTPUT_2_H
#define GNUPLOT_OUTPUT_2_H
#include <CGAL/Cone_spanners_2/_cxx0x_hack.h>
#include <iostream>
#include <sstream>
#include <fstream>