diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-04 00:58:53 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-04 00:58:53 (GMT) |
| commit | 6bea8f5235006eb46a045c4ce5d91ddead88f02c (patch) | |
| tree | e10644f69794e1001d448c8f165a83d652f85d56 /src/simulation/elements/LIFE.cpp | |
| parent | 78cdc39455b1e01aed3001e573241dbfdcbb0ee3 (diff) | |
| download | powder-6bea8f5235006eb46a045c4ce5d91ddead88f02c.zip powder-6bea8f5235006eb46a045c4ce5d91ddead88f02c.tar.gz | |
revert life changes, will be redone later in a faster way
Diffstat (limited to 'src/simulation/elements/LIFE.cpp')
| -rw-r--r-- | src/simulation/elements/LIFE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LIFE.cpp b/src/simulation/elements/LIFE.cpp index a664d2f..89062b2 100644 --- a/src/simulation/elements/LIFE.cpp +++ b/src/simulation/elements/LIFE.cpp @@ -46,7 +46,7 @@ Element_LIFE::Element_LIFE() HighTemperature = ITH; HighTemperatureTransition = NT; - Update = &Element_LIFE::update; + Update = NULL;//&Element_LIFE::update; Graphics = &Element_LIFE::graphics; if(!Element_GOL_colourInit) |
