Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Osborne committed Apr 29, 2021
1 parent 925ee6b commit 44044c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions fer/xeq/xeq_define.F
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,14 @@ SUBROUTINE XEQ_DEFINE

**************************************************************************
* DEFINE VIEWPORT

* main window opened yet ?
IF ( .NOT.pplus_started ) THEN
CALL START_PPLUS(.TRUE.)
* this opens a window, so need to set physical_chg .TRUE. to resize it
* physical_chg = .TRUE.
ENDIF

600 IF ( num_args .NE. 1 ) GOTO 5300

r4_unspec = unspecified_val4
Expand Down
2 changes: 1 addition & 1 deletion fmt/src/tm_get_linematch.F
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ INTEGER FUNCTION TM_GET_LINEMATCH (gvn_line, dup_name, dup_guts)

* Include files
#include "tmap_dset.parm"
include 'tmap_dims.parm' !
include 'tmap_dims.parm'
#include "gt_lib.parm"

* argument variables
Expand Down
4 changes: 3 additions & 1 deletion ppl/tmapadds/shade_set.F
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,10 @@ SUBROUTINE SHADE_READ (str,beg,end,there)
#endif
#endif

* CHECK IF NUMBER OF LEVELS IS LARGER THAN SPEC_SIZE, clr_ct=0

* NOW READ IN THE LEVELS AND SET THEM
10 read (70,'(a)',end=30,err=90) instr
10 read (70,'(a)',end=30,err=90) instr
do 15 i = 1,80
if (instr(i:i) .ne. ' ') then
j = i
Expand Down

0 comments on commit 44044c4

Please sign in to comment.