Changeset 449


Ignore:
Timestamp:
11/27/15 02:48:05 (8 years ago)
Author:
Maciej Komosinski
Message:

Added a TODO comment

File:
1 edited

Legend:

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

    r448 r449  
    3131        //just a draft, this function and all constants in expdef need serious review
    3232        var foramSpeedMmPerMin=0.1; //0.1 mm/minute based on http://drs.nio.org/drs/bitstream/handle/2264/418/ONGC_Bull_37%281%29_53.pdf
    33         var localDriveMicronsPerStep=framsToMicrons(0.08); //0.08 is used in expdef as distance (in frams units) per simulation step
     33        var localDriveMicronsPerStep=framsToMicrons(0.08); //0.08 is used in expdef as distance (in frams units) per simulation step. TODO Use a variable/constant/function from expdef instead of copying this value here
    3434        var foramSpeedMmPerSec=foramSpeedMmPerMin/60;
    3535        var localDriveMmPerStep=localDriveMicronsPerStep/1000;
Note: See TracChangeset for help on using the changeset viewer.