Skip to content
Snippets Groups Projects
Commit a91ff77c authored by James Smith's avatar James Smith
Browse files

reformated to make easier to read

parent f4a8285f
No related branches found
No related tags found
No related merge requests found
......@@ -215,9 +215,11 @@ sub fetch_by_CoordSystems {
my @mapping_path = @{$csa->get_mapping_path($cs1,$cs2)};
if(!@mapping_path) {
warning("There is no mapping defined between these coord systems:\n" .
$cs1->name() . " " . $cs1->version() . " and " . $cs2->name() . " " .
$cs2->version());
warning(
"There is no mapping defined between these coord systems:\n" .
$cs1->name() . " " . $cs1->version() . " and " . $cs2->name() . " " .
$cs2->version()
);
return undef;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment