Skip to content

Commit

Permalink
moved .f90 to .F90
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 18, 2020
1 parent 089a7ec commit a1a04ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/f03/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0")
if(${PIO_BUILD_TIMING})
SET(TIMING_LINK_LIB timing)
endif()
SET(SRC examplePio.f90)
SET(SRC examplePio.F90)
ADD_EXECUTABLE(examplePio_f90 ${SRC})
TARGET_LINK_LIBRARIES(examplePio_f90 piof pioc ${TIMING_LINK_LIB})
2 changes: 1 addition & 1 deletion examples/f03/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ${top_builddir}/src/clib/libpioc.la
# Build the test for make check.
check_PROGRAMS = examplePio

examplePio_SOURCES = examplePio.f90
examplePio_SOURCES = examplePio.F90

if RUN_TESTS
# Tests will run from a bash script.
Expand Down
File renamed without changes.

0 comments on commit a1a04ef

Please sign in to comment.