1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

removed pragma marks causing compiler warnings

This commit is contained in:
Oliver Hahn 2021-11-30 22:46:10 +01:00
parent 9142b06fd5
commit f0f99cfc77
4 changed files with 0 additions and 20 deletions

View file

@ -175,8 +175,6 @@ void compute_Lu_density( const grid_hierarchy& u, grid_hierarchy& fnew, unsigned
}
#pragma mark -
void compute_2LPT_source_FFT( config_file& cf_, const grid_hierarchy& u, grid_hierarchy& fnew )
{

View file

@ -57,7 +57,6 @@ typedef multigrid::solver< stencil_19P<double>, interp_O7_fluxcorr, mg_straight,
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
double multigrid_poisson_plugin::solve( grid_hierarchy& f, grid_hierarchy& u )
@ -479,7 +478,6 @@ void multigrid_poisson_plugin::implementation::gradient_add_O6( int dir, grid_hi
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
#include "general.hh"
double fft_poisson_plugin::solve( grid_hierarchy& f, grid_hierarchy& u )
@ -840,7 +838,6 @@ double fft_poisson_plugin::gradient( int dir, grid_hierarchy& u, grid_hierarchy&
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
template<int order>
@ -1186,7 +1183,6 @@ void poisson_hybrid( T& f, int idir, int order, bool periodic, bool deconvolve_c
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
template void poisson_hybrid< MeshvarBnd<double> >( MeshvarBnd<double>& f, int idir, int order, bool periodic, bool deconvolve_cic );
template void poisson_hybrid< MeshvarBnd<float> >( MeshvarBnd<float>& f, int idir, int order, bool periodic, bool deconvolve_cic );

View file

@ -47,8 +47,6 @@ public:
};
#pragma mark -
/*!
* @brief implements abstract factory design pattern for poisson solver plug-ins
*/
@ -89,7 +87,6 @@ struct poisson_plugin_creator_concrete : public poisson_plugin_creator
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
//! adaptive FAS multigrid implementation of abstract base class poisson_plugin
class multigrid_poisson_plugin : public poisson_plugin
@ -146,7 +143,6 @@ protected:
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
//! FFT based implementation of abstract base class poisson_plugin
class fft_poisson_plugin : public poisson_plugin
@ -172,18 +168,10 @@ public:
/**************************************************************************************/
/**************************************************************************************/
#pragma mark -
template< typename T >
void poisson_hybrid( T& f, int idir, int order, bool periodic, bool deconvolve_cic );
#endif // __POISSON_HH

View file

@ -1298,7 +1298,6 @@ void random_numbers<T>::print_allocated(void)
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////
#pragma mark -
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////
@ -1953,7 +1952,6 @@ void random_number_generator<rng, T>::store_rnd(int ilevel, rng *prng)
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////
#pragma mark -
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////