We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb437a commit 67ce46cCopy full SHA for 67ce46c
rhessys/makefile
@@ -1,4 +1,4 @@
1
-VERSION = 8
+VERSION = 7.1.FuelAccumulation
2
PGM = rhessys$(VERSION)
3
CC = gcc
4
#CXX = g++
rhessys/tec/execute_tec.c
@@ -179,12 +179,11 @@ void execute_tec(
179
struct date);
180
181
void execute_beetlespread_event(
182
- world,
183
- command_line,
184
- current_date
+ struct world_object *,
+ struct command_line_object *,
+ struct date);
185
186
187
- );
188
void execute_state_output_event(
189
struct world_object *,
190
struct date,
0 commit comments