From 0b6aa3b46aef6b7971ed4c72f2e55053a8f82adb Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Tue, 23 Apr 2024 03:56:22 -0500 Subject: [PATCH] [Examples] Unify naming pattern in Fortran examples --- examples/fortran/{bigloop => big_loop}/Makefile | 0 examples/fortran/{bigloop => big_loop}/bigloop.f95 | 0 examples/fortran/{helloAcceptance => hello_acceptance}/Makefile | 0 examples/fortran/{helloAcceptance => hello_acceptance}/hello.f90 | 0 examples/fortran/{helloworld => hello_world}/Makefile | 0 examples/fortran/{helloworld => hello_world}/helloworld.f90 | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename examples/fortran/{bigloop => big_loop}/Makefile (100%) rename examples/fortran/{bigloop => big_loop}/bigloop.f95 (100%) rename examples/fortran/{helloAcceptance => hello_acceptance}/Makefile (100%) rename examples/fortran/{helloAcceptance => hello_acceptance}/hello.f90 (100%) rename examples/fortran/{helloworld => hello_world}/Makefile (100%) rename examples/fortran/{helloworld => hello_world}/helloworld.f90 (100%) diff --git a/examples/fortran/bigloop/Makefile b/examples/fortran/big_loop/Makefile similarity index 100% rename from examples/fortran/bigloop/Makefile rename to examples/fortran/big_loop/Makefile diff --git a/examples/fortran/bigloop/bigloop.f95 b/examples/fortran/big_loop/bigloop.f95 similarity index 100% rename from examples/fortran/bigloop/bigloop.f95 rename to examples/fortran/big_loop/bigloop.f95 diff --git a/examples/fortran/helloAcceptance/Makefile b/examples/fortran/hello_acceptance/Makefile similarity index 100% rename from examples/fortran/helloAcceptance/Makefile rename to examples/fortran/hello_acceptance/Makefile diff --git a/examples/fortran/helloAcceptance/hello.f90 b/examples/fortran/hello_acceptance/hello.f90 similarity index 100% rename from examples/fortran/helloAcceptance/hello.f90 rename to examples/fortran/hello_acceptance/hello.f90 diff --git a/examples/fortran/helloworld/Makefile b/examples/fortran/hello_world/Makefile similarity index 100% rename from examples/fortran/helloworld/Makefile rename to examples/fortran/hello_world/Makefile diff --git a/examples/fortran/helloworld/helloworld.f90 b/examples/fortran/hello_world/helloworld.f90 similarity index 100% rename from examples/fortran/helloworld/helloworld.f90 rename to examples/fortran/hello_world/helloworld.f90