Skip to content

Commit 67ce46c

Browse files
committed
bug fixes and updated version number
1 parent dbb437a commit 67ce46c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

rhessys/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 8
1+
VERSION = 7.1.FuelAccumulation
22
PGM = rhessys$(VERSION)
33
CC = gcc
44
#CXX = g++

rhessys/tec/execute_tec.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,11 @@ void execute_tec(
179179
struct date);
180180

181181
void execute_beetlespread_event(
182-
world,
183-
command_line,
184-
current_date
182+
struct world_object *,
183+
struct command_line_object *,
184+
struct date);
185185

186186

187-
);
188187
void execute_state_output_event(
189188
struct world_object *,
190189
struct date,

0 commit comments

Comments
 (0)