Skip to content

Commit

Permalink
in vcell/smoldyn bridge smoldyn queue class conflused with c++ queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 24, 2024
1 parent 4ae3c05 commit 89a5810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bridgeVCellSmoldyn/SimpleMesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <smoldyn.h>

class SimpleMesh : public AbstractMesh {
public:
void getCenterCoordinates(int volIndex, double* coords);
void getDeltaXYZ(double* delta);
void getNumXYZ(int* num);
public:
void getCenterCoordinates(int volIndex, double* coords);
void getDeltaXYZ(double* delta);
void getNumXYZ(int* num);
private:
};

Expand Down
8 changes: 4 additions & 4 deletions bridgeVCellSmoldyn/vcell_smoldyn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Copyright 2003-2011 by Steven Andrews. This work is distributed under the terms
of the Gnu General Public License (GPL). */

#include "opengl2.h"
#include "smoldyn.h"
#include "random2.h"
#include "smoldynfuncs.h"

#include <math.h>
#include <stdio.h>
Expand All @@ -14,10 +18,6 @@
#include <cstdarg>
#include <VCELL/SimulationMessaging.h>
#include <VCELL/GitDescribe.h>
#include "opengl2.h"
#include "smoldyn.h"
#include "random2.h"
#include "smoldynfuncs.h"
#include "SimpleValueProvider.h"
#include "SimpleMesh.h"
#include "vcellhybrid.h"
Expand Down

0 comments on commit 89a5810

Please sign in to comment.