Skip to content
Snippets Groups Projects
Commit 3855ab47 authored by Gael Guennebaud's avatar Gael Guennebaud
Browse files

Cleanup file structure

parent 59a59fa8
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
File moved
......@@ -42,7 +42,7 @@ rm $WHAT.out.header $WHAT.gnuplot
# generate html/svg graph
echo " " > $WHAT.html
cat ../chart_header.html > $WHAT.html
cat resources/chart_header.html > $WHAT.html
echo 'var customSettings = {"TITLE":"","SUBTITLE":"","XLABEL":"","YLABEL":""};' >> $WHAT.html
# 'data' is an array of datasets (i.e. curves), each of which is an object of the form
# {
......@@ -95,4 +95,4 @@ do
done < $WHAT.out
echo '];' >> $WHAT.html
cat ../chart_footer.html >> $WHAT.html
cat resources/chart_footer.html >> $WHAT.html
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