Changeset 287 for cpp/frams/genetics/f4


Ignore:
Timestamp:
01/05/15 23:19:10 (9 years ago)
Author:
Maciej Komosinski
Message:

GDK->SDK

Location:
cpp/frams/genetics/f4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/conv_f4.cpp

    r286 r287  
    44
    55// Copyright (C) 1999,2000  Adam Rotaru-Varga (adam_rotaru@yahoo.com), GNU LGPL
    6 // Copyright (C) since 2001 Maciej Komosinski
    76
    87#include "conv_f4.h"
     
    140139
    141140
    142 /// updated by Macko to follow new GDK standards (no more neuroitems)
     141/// updated by Macko to follow new SDK standards (no more neuroitems)
    143142int f4_Model::buildModelRec(f4_Cell * C)
    144143{
  • cpp/frams/genetics/f4/f4_general.cpp

    r286 r287  
    44
    55// Copyright (C) 1999,2000  Adam Rotaru-Varga (adam_rotaru@yahoo.com), GNU LGPL
    6 // Copyright (C) since 2001 Maciej Komosinski
    76
    87#include "f4_general.h"
     
    655654                        else {
    656655                                zrot = Padj.curv +
    657                                         // GDK uses 3.141 instead of PI!
     656                                        // SDK uses 3.141 instead of PI!
    658657                                        (anglepos * 1.0 / (dadlink->commacount + 1) - 0.5) * 3.141 * 2.0;
    659658                        }
Note: See TracChangeset for help on using the changeset viewer.