~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to stdred/spec/proc/sprefrac.prg

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)sprefrac.prg      19.1 (ES0-DMD) 02/25/03 14:29:22
 
2
DEFINE/PAR P1 ? IMA "Enter input frame:  "
 
3
DEFINE/PAR P2 ? IMA "Enter output frame:  "
 
4
DEFINE/PAR P3 INTER CHAR "Mode (Inter/Auto)"
 
5
 
 
6
WRITE/KEY IN_A 'P1'
 
7
WRITE/KEY IN_B 'P3'
 
8
WRITE/KEY OUT_A 'P2'
 
9
 
 
10
set/graph xaxis=auto
 
11
set/graph color=1
 
12
plot 'p1'
 
13
 
 
14
RUN STD_EXE:REFRAC
 
15
 
 
16
set/graph color=2
 
17
over 'p2'