Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undoing unhelpful changes
  • Loading branch information
seanebum committed Mar 22, 2021
commit 64a4c56d6a62db9ef85999ef6d6c95afe56e9dbe
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ See the file LICENSE.txt for details.
#include "propensities.hpp"
#include <ANN/ANN.h> // ANN KD Tree

class NRMConstant_v5 ;
#include "NRMConstant_v5.hpp"

extern int debug_flag ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ See the file LICENSE.txt for details.
#define simulate_rdme_h
#include "particle.hpp"
#include "propensities.hpp"
#include "NRMConstant_v5.hpp"
#include <random>

namespace Spatialpy{
Expand Down
1 change: 0 additions & 1 deletion spatialpy/ssa_sdpd-c-simulation-engine/src/particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This program is distributed under the terms of the GNU General Public License.
See the file LICENSE.txt for details.
***************************************************************************** */
#include "particle.hpp"
#include "NRMConstant_v5.hpp"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
Expand Down
3 changes: 1 addition & 2 deletions spatialpy/ssa_sdpd-c-simulation-engine/src/simulate_rdme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "output.h"
#include "particle.hpp"
#include "simulate_rdme.hpp"
#include "NRMConstant_v5.hpp"
//#include "dSFMT/dSFMT.h"
#include <random>
#include <errno.h>
Expand Down Expand Up @@ -363,7 +362,7 @@ namespace Spatialpy{

// TODO: does this deallocate memory on the 2nd call? No
// TODO: make a deallocation function
system->rdme_event_q.build(system->particles, rng, propensitySum, activeChannels,
system->rdme_event_q.build(propensities, rng, propensitySum, activeChannels,
timeOffset );

}
Expand Down