Skip to content
Snippets Groups Projects
Commit f8d89421 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Resolve "Nemo compilation fails when model path contains a directory name with digits only"

parent 9a1548e3
No related branches found
No related tags found
7 merge requests!655Resolve "Remove local working arrays and subroutine arguments that are no...,!453Resolve "minor bug in sbc_blk",!339Draft: Resolve "New Implementation: FormDrag in SI3 for NEMOv4.2.0",!327Resolve "DOMAINcfg does not compile with DOMAINcfg + AGRIF not compiling anymore with branch 4.2",!324Draft: Resolve "DOMAINcfg does not compile with DOMAINcfg + AGRIF not compiling anymore with branch 4.2",!216Draft: nemo 4.2, GLS: Top limit condition on TKE is duplicated for cavities,!184Resolve "Nemo compilation fails when model path contains a directory name with digits only"
......@@ -520,7 +520,7 @@ sub catfile {
my $path = shift @names;
for my $name (@names) {
$path .= '/' . $name if $name;
$path .= '/' . $name if (length $name);
}
return $path;
......
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