Skip to content

Commit 88aa5a9

Browse files
committed
Fixes some indentation issues
1 parent 7b7bab1 commit 88aa5a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sipnet.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,7 +2535,7 @@ void setupModel(SpatialParams *spatialParams, int loc) {
25352535
// Setup events at given location
25362536
void setupEvents(int currLoc) {
25372537
#if EVENT_HANDLER
2538-
locEvent = events[currLoc];
2538+
locEvent = events[currLoc];
25392539
#endif
25402540
}
25412541

@@ -2606,9 +2606,9 @@ void runModelNoOut(double **outArray, int numDataTypes, int dataTypeIndices[], S
26062606
setupModel(spatialParams, loc);
26072607

26082608
#if EVENT_HANDLER
2609-
// Implementation TBD
2610-
printf("Event handler not yet implemented for running model with no output\n");
2611-
exit(1);
2609+
// Implementation TBD
2610+
printf("Event handler not yet implemented for running model with no output\n");
2611+
exit(1);
26122612
#endif
26132613

26142614
// loop through every step of the model:

0 commit comments

Comments
 (0)