11# This file is part of IntegerTriangles.
22# Copyright Peter Luschny. License is MIT.
33
4- # Version of: UTC 2021-05-04 12:10:53
5- # 02469da0-acc1 -11eb-2334-878b440003ef
4+ # Version of: UTC 2021-05-04 12:31:52
5+ # f0ecc0e0-acc3 -11eb-3a38-f548c6979685
66
77# Do not edit this file, it is generated from the modules and will be overwritten!
88# Edit the modules in the src directory and build this file with BuildTriangles.jl!
@@ -1758,7 +1758,7 @@ s = Explore(T, tra)
17581758s == [] && continue
17591759mat = [mat; reshape (s, 1 , 3 )]
17601760end
1761- path = profilepath (name * " .md" )
1761+ path = datapath (name * " .md" )
17621762rm (path; force= true )
17631763open (path, " w" ) do io
17641764println (io, " ```@raw html" )
@@ -2021,6 +2021,7 @@ const ModuleTrianglesUtils = ""
20212021const srcdir = realpath (joinpath (dirname (@__FILE__ )))
20222022const ROOTDIR = dirname (srcdir)
20232023const datadir = joinpath (ROOTDIR, " data" )
2024+ const profiledir = joinpath (ROOTDIR, " profile" )
20242025oeis_file () = joinpath (datadir, " stripped" )
20252026is_oeis_installed () = isfile (oeis_file ())
20262027function datapath (name)
@@ -2032,8 +2033,8 @@ end
20322033function profilepath (name)
20332034srcdir = realpath (joinpath (dirname (@__FILE__ )))
20342035ROOTDIR = dirname (srcdir)
2035- datadir = joinpath (ROOTDIR, " profiles" )
2036- profilepath = joinpath (datadir , name)
2036+ profiledir = joinpath (ROOTDIR, " profiles" )
2037+ profilepath = joinpath (profiledir , name)
20372038end
20382039function oeis_notinstalled ()
20392040if ! is_oeis_installed ()
0 commit comments