Skip to content
  • Christopher Subich's avatar
    Modification of gravity_current to support subdir build · f73b2120
    Christopher Subich authored
    The gravity_current case was located in a subdirectory, but
    its #include directives had only one ".." in the path.  This
    updates those directive to properly refer to the grandparent
    subdirectory (src/), allowing the case to be built as:
    
    make -j# cases/gravity_current/gravity_current.x
    f73b2120