forked from Arcmyx/pynamics
Update diagnostics/other_functions.py
This commit is contained in:
3
diagnostics/other_functions.py
Normal file
3
diagnostics/other_functions.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def log(string, verbose):
|
||||
if(verbose):
|
||||
print("[LOG (verbose)]", string)
|
||||
Reference in New Issue
Block a user