mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Typo
This commit is contained in:
parent
676aea2dfd
commit
bbb2c925b8
2
configure
vendored
2
configure
vendored
@ -77,7 +77,7 @@ path_github = {"head": "http://github.com", "tail": "archive/master.tar.gz"}
|
||||
|
||||
ocaml = Info(
|
||||
url='http://raw.github.com/ocaml/opam/master/shell/opam_installer.sh',
|
||||
description=' Ocaml, Opam and the Core library (it will take some time roughly 20min)',
|
||||
description=' OCaml, Opam and the Core library (it will take some time roughly 20min)',
|
||||
default_path=join(QP_ROOT_BIN, "opam"))
|
||||
|
||||
m4 = Info(
|
||||
|
@ -1,5 +1,5 @@
|
||||
===============
|
||||
Ocaml scripts
|
||||
OCaml scripts
|
||||
===============
|
||||
|
||||
This directory contains all the scripts that control the input/output
|
||||
|
@ -106,7 +106,7 @@ def is_bool(str_):
|
||||
def get_type_dict():
|
||||
"""
|
||||
This function makes the correspondance between the type of value read in
|
||||
ezfio.cfg into the f90 and Ocaml Type
|
||||
ezfio.cfg into the f90 and OCaml Type
|
||||
return fancy_type[fancy_type] = namedtuple('Type', 'ocaml fortran')
|
||||
For example fancy_type['Ndet'].fortran = interger
|
||||
.ocaml = int
|
||||
@ -617,7 +617,7 @@ def save_ocaml_input(module_lower, str_ocaml_input):
|
||||
|
||||
def get_l_module_with_auto_generate_ocaml_lower():
|
||||
"""
|
||||
Get all modules which have EZFIO.cfg with Ocaml data
|
||||
Get all modules which have EZFIO.cfg with OCaml data
|
||||
(NB `search` in all the lines and `match` only in one)
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user