Changeset 647 for cpp/frams/model


Ignore:
Timestamp:
01/12/17 16:30:41 (7 years ago)
Author:
Maciej Komosinski
Message:

Updated URLs, removed non-ascii characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/simil_model.cpp

    r606 r647  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2016  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2017  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    3434
    3535static ParamEntry MSparam_tab[] = {
    36                 { "Creature: Similarity", 1, 6, "ModelSimilarity", "Evaluates morphological dissimilarity. More information:\nhttp://www.framsticks.com/node/795\nhttp://www.framsticks.com/node/890", },
     36                { "Creature: Similarity", 1, 6, "ModelSimilarity", "Evaluates morphological dissimilarity. More information:\nhttp://www.framsticks.com/bib/Komosinski-et-al-2001\nhttp://www.framsticks.com/bib/Komosinski-and-Kubiak-2011\nhttp://www.framsticks.com/bib/Komosinski-2016", },
    3737                { "simil_parts", 0, 0, "Weight of parts count", "f 0 100 0", FIELD(m_adFactors[0]), "Differing number of parts is also handled by the 'part degree' similarity component.", },
    3838                { "simil_partdeg", 0, 0, "Weight of parts' degree", "f 0 100 1", FIELD(m_adFactors[1]), "", },
     
    16341634                        else
    16351635                        {
    1636                                 // gdy mamy już koniec grup - musimy zlikwidować tablicę aadOdleglosciParts
     1636                                // gdy mamy juz koniec grup - musimy zlikwidowac tablice aadOdleglosciParts
    16371637                                // bo za chwilke skonczy sie nam petla
    16381638                                for (i = 0; i < aiRozmiarCalychGrup[0]; i++)
     
    16481648                } // while (! bCzyKoniecGrupy)
    16491649
    1650                 // PO DOPASOWANIU WSZYSTKIEGO Z GRUP (CO NAJMNIEJ JEDNEJ GRUPY W CAŁOŚCI)
     1650                // PO DOPASOWANIU WSZYSTKIEGO Z GRUP (CO NAJMNIEJ JEDNEJ GRUPY W CALOSCI)
    16511651
    16521652                // gdy rozmiar ktorejkolwiek z grup dopasowania spadl do zera
Note: See TracChangeset for help on using the changeset viewer.