Skip to content

Commit

Permalink
HEC-RAS fix write flow file
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Nov 18, 2023
1 parent 8630d3e commit af0c75a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simulationEngines/hecras/reoshecrasproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,8 @@ bool ReosHecRasFlow::applyBoudaryFlow( const QList<BoundaryFlow> &flows )
}
else if ( inputLine.startsWith( QStringLiteral( "DSS File=" ) ) || inputLine.startsWith( QStringLiteral( "Use DSS=" ) ) )
continue;
else
outputStream << inputLine << "\r\n";

}
else if ( inputLine.startsWith( QStringLiteral( "Precipitation Mode=" ) ) )
Expand Down

0 comments on commit af0c75a

Please sign in to comment.