head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.11.04.04.30.45;	author yogesh;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Adding a few more files for Load Balancing Simulation
@
text
@  # File name: saveplot - saves a plot as a PostScript file 
      # to save the current plot as a postscript file issue the commands:
      #  gnuplot>   set out 'plotfile.ps'
      #  gnuplot>   load 'saveplot'
      set size 1.0, 0.8
      set terminal postscript
      replot
      set terminal x11
      set size 1,1
@
