Skip to content
Snippets Groups Projects
Commit 47f9dd26 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 12/05/2020: budgets: bugfix: correct name RJX -> RJY

parent 1862304e
No related branches found
No related tags found
No related merge requests found
...@@ -425,7 +425,7 @@ subroutine Store_one_budget_rho( tpdiafile, tpdates, tprhodj, kp, knocompress, p ...@@ -425,7 +425,7 @@ subroutine Store_one_budget_rho( tpdiafile, tpdates, tprhodj, kp, knocompress, p
write( ygroup_name, fmt = "('RJX__',I4.4)" ) nbutshift write( ygroup_name, fmt = "('RJX__',I4.4)" ) nbutshift
case( NBUDGET_V ) case( NBUDGET_V )
write( ygroup_name, fmt = "('RJX__',I4.4)" ) nbutshift write( ygroup_name, fmt = "('RJY__',I4.4)" ) nbutshift
case( NBUDGET_W ) case( NBUDGET_W )
write( ygroup_name, fmt = "('RJZ__',I4.4)" ) nbutshift write( ygroup_name, fmt = "('RJZ__',I4.4)" ) nbutshift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment