File: implicit-decl.patch

package info (click to toggle)
emoslib 2%3A4.5.9-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356,796 kB
  • sloc: fortran: 93,146; ansic: 27,962; sh: 7,598; f90: 5,215; perl: 604; cpp: 305; makefile: 89; python: 53
file content (18 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix for -Werror=implicit-function-declaration errors
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066338
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2024-03-13
Forwarded: no


--- a/interpolation/emos.h
+++ b/interpolation/emos.h
@@ -20,6 +20,8 @@
 #define     RSECTION_3  2
 #define     RSECTION_4  1
 
+void jnumgg_(const fortint *knum_, const char *htype_, int kpts_[], fortint *kret_);
+fortint int2_intuvu(fortfloat vort_in[],fortfloat div_in[] , fortint in_array_length, fortfloat *vort_out, fortfloat *div_out, fortint *out_array_length);
 
 fortint int2_global();
 fortint outrep_();