Skip to content

Commit

Permalink
Change includes
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Oct 24, 2024
1 parent f49d7ab commit e90ede2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/nrncvode/occvode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <numeric>


#include "spmatrix.h"
#include "ocmatrix.h"
extern double* sp13mat;

#if 1 || NRNMPI
Expand Down
2 changes: 1 addition & 1 deletion src/nrnoc/solve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ node.v + extnode.v[0]
#include "nrnmpiuse.h"
#include "ocnotify.h"
#include "section.h"
#include "spmatrix.h"
#include "ocmatrix.h"
#include "treeset.h"
#include "ivocvect.h"

Expand Down
4 changes: 1 addition & 3 deletions src/nrnoc/treeset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "ocnotify.h"
#include "partrans.h"
#include "section.h"
#include "spmatrix.h"
#include "ocmatrix.h"
#include "utils/profile/profiler_interface.h"
#include "multicore.h"

Expand All @@ -32,8 +32,6 @@

#include <fmt/format.h>

extern spREAL* spGetElement(char*, int, int);

int nrn_shape_changed_; /* for notifying Shape class in nrniv */
double* nrn_mech_wtime_;

Expand Down

0 comments on commit e90ede2

Please sign in to comment.