2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

removed tabs from .py file

This commit is contained in:
mzhelyez
2025-09-14 17:34:11 +02:00
parent d0d1d44857
commit 5da8c525d3

View File

@@ -131,7 +131,7 @@ if __name__=="__main__":
jam_compile_commands = open(JAM_COMPILE_COMMANDS_OUT,"w")
jam_compile_commands.write("test-suite autodiff-long-running-tests\n")
jam_compile_commands.write(" :\n")
compile_table_file.write("[table\n[[Function]\t[compiles with ET ON]\t[runs with ET ON]\t[compiles with ET OFF] \t[runs with ET OFF] \t[works with multiprecision]\t[known issues]]\n")
compile_table_file.write("[table\n[[Function]\t[compiles with ET ON]\t[runs with ET ON]\t[compiles with ET OFF] \t[runs with ET OFF]\t[works with multiprecision]\t[known issues]]\n")
with open(SPECFUN_LIST,"r") as specfun_file:
for line in specfun_file:
if not line.count("#"):