1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Merge branch 'master' into master

This commit is contained in:
vijay 2021-10-11 10:07:59 +02:00 committed by GitHub
commit ccd179397b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 123 additions and 275 deletions

View File

@ -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.
#+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
# Source

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@
(setq org-confirm-babel-evaluate nil)
(global-font-lock-mode t)
(setq org-src-fontify-natively t)
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Cant guess python-indent-offset
;(require 'ox-latex)
;(setq org-latex-listings t)

View File

@ -39,6 +39,7 @@
(setq org-hide-emphasis-markers nil)
(setq org-pretty-entities nil)
(setq org-confirm-babel-evaluate nil) ;; Do not ask for confirmation all the time!!
(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Cant guess python-indent-offset
(org-babel-do-load-languages
'org-babel-load-languages