Changeset 560


Ignore:
Timestamp:
08/03/16 00:29:49 (8 years ago)
Author:
Maciej Komosinski
Message:

Fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.inc

    r559 r560  
    1515                {
    1616                        effectivesize*=lastchambergrowth;
    17                         size=size*(1.35-0.35*lastchambergrowth); //last interation: 'size' is only used for shifting (dx). The last chamber emerges at the surface of the previous one
     17                        size=size*(1.35-0.35*lastchambergrowth); //last iteration: 'size' is only used for shifting (dx). The last chamber emerges at the surface of the previous one
    1818                }
    1919                str+="p:sh=1,sx=%g,sy=%g,sz=%g,vr=%s\n" % effectivesize % effectivesize % effectivesize % rgbstring;
Note: See TracChangeset for help on using the changeset viewer.