ecmwf / fckit

A Fortran toolkit for interoperating Fortran with C/C++
https://confluence.ecmwf.int/display/fckit
Apache License 2.0
29 stars 13 forks source link

Add C as a project language, change long to long long. #3

Closed DJDavies2 closed 6 years ago

DJDavies2 commented 6 years ago

Fixes for https://github.com/ecmwf/fckit/issues/1 and https://github.com/ecmwf/fckit/issues/2. For https://github.com/ecmwf/fckit/issues/1 I have just added C to the list of project languages. For https://github.com/ecmwf/fckit/issues/2 I have basically changed the references to long to long long; this seems to work on all the platforms I have access to.

wdeconinck commented 6 years ago

Merged as discussed in #2 . Thanks!