Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/linkedcell.cpp

    r97b825 rff58f1  
    44 *
    55 */
     6
     7// include config.h
     8#ifdef HAVE_CONFIG_H
     9#include <config.h>
     10#endif
    611
    712#include "Helpers/MemDebug.hpp"
     
    2328LinkedCell::LinkedCell() :
    2429  LC(NULL),
    25   index(-1),
    26   RADIUS(0.)
     30  RADIUS(0.),
     31  index(-1)
    2732{
    2833  for(int i=0;i<NDIM;i++)
     
    3742 */
    3843LinkedCell::LinkedCell(const PointCloud * const set, const double radius) :
     44  LC(NULL),
    3945  RADIUS(radius),
    40   LC(NULL),
    4146  index(-1)
    4247{
     
    113118 */
    114119LinkedCell::LinkedCell(LinkedNodes *set, const double radius) :
     120  LC(NULL),
    115121  RADIUS(radius),
    116   LC(NULL),
    117122  index(-1)
    118123{
Note: See TracChangeset for help on using the changeset viewer.