Skip to content

Commit

Permalink
Merge pull request #250 from CHLNDDEV/outgm_bugfix
Browse files Browse the repository at this point in the history
correcting outgw in readfort15 to outgm
  • Loading branch information
WPringle authored Aug 5, 2021
2 parents a438b34 + b3a7944 commit e0bae23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @msh/private/readfort15.m
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@

% NOUTGW
if ( f15dat.nws ~= 0 )
f15dat.outgw = readlinevec( fid ) ;
f15dat.outgm = readlinevec( fid ) ;
end


Expand Down Expand Up @@ -380,4 +380,4 @@

end

end
end

0 comments on commit e0bae23

Please sign in to comment.