[us-commits] [ehb54/ultrascan3] 96d282: somo/grpy: drop the Fortran-era file-name length c...

emre brookes noreply at github.com
Mon Sep 14 10:16:32 MDT 2026


  Branch: refs/heads/ehb54-issue-1062
  Home:   https://github.com/ehb54/ultrascan3
  Commit: 96d2828353a9cf6c64f34b54c1ee425709ee6e80
      https://github.com/ehb54/ultrascan3/commit/96d2828353a9cf6c64f34b54c1ee425709ee6e80
  Author: ehb54 <brookes at uthscsa.edu>
  Date:   2026-09-14 (Mon, 14 Sep 2026)

  Changed paths:
    M us_somo/develop/src/us_hydrodyn_grpy.cpp

  Log Message:
  -----------
  somo/grpy: drop the Fortran-era file-name length check

The C++ GRPY takes the input path as a std::string on its command line
and opens it through QFile, so the 70+10 character limit imposed by the
fixed-length CHARACTER buffers of the Fortran program no longer exists.
The guard SOMO added for that limit was still refusing long bead-model
names before the calculation started ("Resulting file name length is N
characters too long for GRPY calculations"). Remove it.

Fixes ehb54/ultrascan-tickets#1062

Co-Authored-By: Claude Fable 5.1 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications


More information about the us-commits mailing list