[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r697] by alebou

The path to config.h file was modified from:

../config.h

to

../../config.h

2013-11-25 10:14:57 Tree
[r696] by alebou

Now the trackingTimeStep and trackingTimeInit for molecule tracking are options that can be set in the command line with:

-w : set the tracking time step, i.e how often you want the trajectories to be updated (seconds)

-x: set the tracking initial time, i.e when should the outputs (reactions.txt and trajectories.txt) start being updated. (seconds)

The letters are maybe ill-chosen but there are not so many available anymore, so I picked consecutive letters.

2013-11-22 12:54:34 Tree
[r695] by alebou

The reactions.txt and trajectories.txt are now only updated after the time defined by tracking_time_init (in seconds) to only print out the reactions and the trajectories once the system is stable.

trajectories.txt does not print out a molecule once it disappeared (previously it printed the last position of the known molecule, ie where it died).

Fixed a bug reagrding the number of reactants when one species turns into another (A->B).

2013-11-22 10:39:37 Tree
[r694] by davidfange

Fixed compilation issues on Linux. Inlcude paths and configure script changes

2013-11-21 14:36:39 Tree
[r693] by alebou

bootstrap and Makefile (root folder) have Unix style end of line.

Fixed a bug regarding the number of reactants in a subvolume (incremented for the molecule tracker after a destruction event).

2013-11-21 14:03:24 Tree
[r692] by alebou

First working version of the molecule tracking addition to MesoRD. To activate it, set HAVE_MOLECULE_TRACKING to 1.

Reactions where 2 or more reactants have a fluorophore are not supported.

When a reaction with more than one product happens, then the product which should inherit the fluorophore has to be the first in the list of products in the xml file.

2013-11-21 10:34:39 Tree
[r691] by alebou

The binary folder should not be in here. My mistake.

2013-11-15 09:43:49 Tree
[r690] by alebou

Implementation of CMake as a compilation file generator.
Successful compilation on Win 64 machine.
Unsuccessful on Ubuntu 64 server (work in progress).

Implementation of Molecule Tracking functionality.

2013-11-14 15:58:37 Tree
[r689] by alebou
2013-11-14 15:15:02 Tree
[r688] by alebou

implementation of CMake as a compilation file generator.
Successful compilation on Win 64 machine.
Unsuccessful on Ubuntu 64 server (work in progress).

2013-11-14 14:18:32 Tree
Older >