Ignore:
Timestamp:
03/15/14 02:30:20 (10 years ago)
Author:
Maciej Komosinski
Message:

Renamed #defines that conflicted with system-wide defines for Windows (added fF_ prefix), updated ranges for scaling parameters, updated the simplest genotype, formatted sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fF/fF_chamber3d.h

    r174 r176  
    22// Copyright (C) 2002-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
    33// Refer to http://www.framsticks.com/ for further information.
     4
    45#ifndef CHAMBER3D_H
    56#define CHAMBER3D_H
    67
    7 //chamber parameters
    8 
     8//Chamber parameters; see http://www.framsticks.com/foraminifera
    99class fF_chamber3d
    1010{
     
    2222        float beta;
    2323        float phi;
    24         double **points;
     24        double **points;
    2525
    26         ~fF_chamber3d();
     26        ~fF_chamber3d();
    2727        fF_chamber3d(float centerX, float centerY, float centerZ,
    28         float radius, float holeX, float holeY, float holeZ,
    29         float vectorTfX, float vectorTfY, float vectorTfZ, float beta, float phi);
    30 
     28                float radius, float holeX, float holeY, float holeZ,
     29                float vectorTfX, float vectorTfY, float vectorTfZ, float beta, float phi);
    3130};
    3231
    33 
    3432#endif  /* CHAMBER3D_H */
Note: See TracChangeset for help on using the changeset viewer.