Skip to content

Commit 75be2c8

Browse files
committed
Update example
1 parent 218cbc1 commit 75be2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gfortran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ We can define the prototype for `addsub` in a header file, just like we might fo
131131
extern "C" {
132132
#endif
133133

134-
void addsub( const double *, const double *, double * );
134+
void addsub( const double *x, const double *y, double *sum );
135135

136136
#ifdef __cplusplus
137137
}

0 commit comments

Comments
 (0)