We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2e749 commit ff6f2a8Copy full SHA for ff6f2a8
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.21)
2
3
project(Fortran_C_CXX_interface
4
LANGUAGES C CXX Fortran
5
-VERSION 1.2.0)
+VERSION 1.2.1)
6
7
include(CTest)
8
README.md
@@ -49,7 +49,6 @@ export CFLAGS=$CXXFLAGS
49
Using Fortran statement "stop" or "error stop" with a C/C++ main program works like with a Fortran main program.
50
The "error*" examples show this.
51
52
-
53
## References
54
55
* [StackOverflow](
src/fortran/error.f90
@@ -5,7 +5,7 @@ module utils
contains
-subroutine error_fortran(value) bind(C)
+pure subroutine error_fortran(value) bind(C)
9
10
integer(c_int), intent(in) :: value
11
0 commit comments