Artifact da8021ccc07d921e4eccd655ae390ccfd58526cfa60c1dd21ac0a0d02650dc3a:
- File
r34.1/plot/EPSView.m
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 364) [annotate] [blame] [check-ins using] [more...]
#ifndef lint static char *RCSid = "$Id: EPSView.m,v 3.24 1992/02/29 16:23:41 woo Exp woo $"; #endif /* * $Log: EPSView.m,v $ # Revision 3.24 1992/02/29 16:23:41 woo # gnuplot3.2, beta 4 # * Revision 3.23 1992/02/21 20:18:16 woo * gnuplot3.2, beta 3 * */ #import "EPSView.h" @implementation EPSView + new { self = [super new]; return self; } @end