From 049e5c2816c0afb43f64baf208b96030a3fa2aa6 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Thu, 26 Oct 2023 15:19:15 +0200 Subject: [PATCH] Remove FORTRAN wrapped calls --- src/include/sph_subs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/sph_subs.h b/src/include/sph_subs.h index 97ea5d08..411a8ec0 100644 --- a/src/include/sph_subs.h +++ b/src/include/sph_subs.h @@ -49,9 +49,6 @@ struct C2 { double vsz[2]; }; -//! \brief Write a message to test FORTRAN -> C++ communication -extern "C" void testme_(); - /*! \brief C++ porting of DIEL * * \param npntmo: `int` -- GitLab