[Shake-dev] Bug in v1604

C. Bruce Worden cbworden at usgs.gov
Mon Oct 2 22:28:06 UTC 2017


There is a serious bug in v1604 that should be repaired immediately. The repair is simple. Edit
‘transfer’ and go to line 1077. It looks like this:

   if ($bn == 'cont_psa03') {

but should look like this:

   if ($bn eq 'cont_psa03') {

That is, replace ‘==‘ with ‘eq’.

You can make the change in bin/transfer or src/shake/transfer, but if you do the latter, do a ‘make’ after you make the edit.

I will make the change in the repository and put out an announcement of the new version soon, but I am having problems with svn, so you should make the change manually ASAP.

Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://geohazards.usgs.gov/pipermail/shake-dev/attachments/20171002/2d30b145/attachment.html>


More information about the Shake-dev mailing list