Skip to content

Commit 44044c4

Browse files
author
Joshua Osborne
committed
minor adjustments
1 parent 925ee6b commit 44044c4

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

fer/xeq/xeq_define.F

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,6 +2170,14 @@ SUBROUTINE XEQ_DEFINE
21702170

21712171
**************************************************************************
21722172
* DEFINE VIEWPORT
2173+
2174+
* main window opened yet ?
2175+
IF ( .NOT.pplus_started ) THEN
2176+
CALL START_PPLUS(.TRUE.)
2177+
* this opens a window, so need to set physical_chg .TRUE. to resize it
2178+
* physical_chg = .TRUE.
2179+
ENDIF
2180+
21732181
600 IF ( num_args .NE. 1 ) GOTO 5300
21742182

21752183
r4_unspec = unspecified_val4

fmt/src/tm_get_linematch.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ INTEGER FUNCTION TM_GET_LINEMATCH (gvn_line, dup_name, dup_guts)
5454

5555
* Include files
5656
#include "tmap_dset.parm"
57-
include 'tmap_dims.parm' !
57+
include 'tmap_dims.parm'
5858
#include "gt_lib.parm"
5959

6060
* argument variables

ppl/tmapadds/shade_set.F

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,10 @@ SUBROUTINE SHADE_READ (str,beg,end,there)
427427
#endif
428428
#endif
429429

430+
* CHECK IF NUMBER OF LEVELS IS LARGER THAN SPEC_SIZE, clr_ct=0
431+
430432
* NOW READ IN THE LEVELS AND SET THEM
431-
10 read (70,'(a)',end=30,err=90) instr
433+
10 read (70,'(a)',end=30,err=90) instr
432434
do 15 i = 1,80
433435
if (instr(i:i) .ne. ' ') then
434436
j = i

0 commit comments

Comments
 (0)