Skip to content
  • Brendan Kochunas's avatar
    Tentative fix for overloaded string assignment for intel · 006d1b16
    Brendan Kochunas authored
    Description:
    The RHS argument in the assignment operator does not need to be defined
    with the ALLOCATABLE attribute. This means the RHS can use subarrays, but
    will segfault if you have unallocated array on the RHS (before it would
    not)
    
    CASL Ticket # - N/A
    006d1b16