remove redefinition of logistic function

oops! all redefines
This commit is contained in:
raspyosu
2020-08-21 00:30:12 -04:00
parent 2bd63023d1
commit 95cb1faa37
-1
View File
@@ -42,7 +42,6 @@
#define GENRATE 800 // generator output coefficient from Q
#define LOGISTIC_FUNCTION(L,k,x,x_0) (L/(1+(NUM_E**(-k*(x-x_0)))))
/obj/machinery/power/generator/process_atmos()