Skip to content

Commit 5a1fdcb

Browse files
committed
remove unnecessary definition
1 parent a3d24e4 commit 5a1fdcb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/stdlib_intrinsics_sum.fypp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
#:set RC_KINDS_TYPES = R_KINDS_TYPES + C_KINDS_TYPES
55
#:set RANKS = range(1, MAXRANK + 1)
66

7-
#:def cnjg(type,expression)
8-
#:if 'complex' in type
9-
conjg(${expression}$)
10-
#:else
11-
${expression}$
12-
#:endif
13-
#:enddef
14-
157
! This module is based on https://github.com/jalvesz/fast_math
168
submodule(stdlib_intrinsics) stdlib_intrinsics_sum
179
!!Replacement for certain Fortran intrinsic functions offering either faster and/or more accurate implementations.

0 commit comments

Comments
 (0)