mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 04:14:49 +01:00
Fixed #40
This commit is contained in:
parent
73c8400f0b
commit
71ad7abb7f
@ -262,7 +262,7 @@ qmckl_exit_code qmckl_set_numprec_range(const qmckl_context context, const int r
|
|||||||
~qmckl_get_numprec_range~ returns the value of the numerical range in the context.
|
~qmckl_get_numprec_range~ returns the value of the numerical range in the context.
|
||||||
|
|
||||||
#+begin_src c :comments org :tangle (eval h_func) :exports none
|
#+begin_src c :comments org :tangle (eval h_func) :exports none
|
||||||
int32_t qmckl_context_get_range(const qmckl_context context);
|
int32_t qmckl_get_numprec_get_range(const qmckl_context context);
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
# Source
|
# Source
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
(setq org-confirm-babel-evaluate nil)
|
(setq org-confirm-babel-evaluate nil)
|
||||||
(global-font-lock-mode t)
|
(global-font-lock-mode t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset
|
||||||
|
|
||||||
;(require 'ox-latex)
|
;(require 'ox-latex)
|
||||||
;(setq org-latex-listings t)
|
;(setq org-latex-listings t)
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
(setq org-hide-emphasis-markers nil)
|
(setq org-hide-emphasis-markers nil)
|
||||||
(setq org-pretty-entities nil)
|
(setq org-pretty-entities nil)
|
||||||
(setq org-confirm-babel-evaluate nil) ;; Do not ask for confirmation all the time!!
|
(setq org-confirm-babel-evaluate nil) ;; Do not ask for confirmation all the time!!
|
||||||
|
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset
|
||||||
|
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
|
Loading…
Reference in New Issue
Block a user