fixed links/gitlab group in README

This commit is contained in:
Marco De Lucia 2024-11-27 11:23:21 +01:00
parent ac693caea9
commit 8d83eeef29

View File

@ -39,12 +39,12 @@ need to manually link your application/library to =tug=.
- with =ssh=: - with =ssh=:
#+BEGIN_SRC #+BEGIN_SRC
$ git clone git@git.gfz-potsdam.de:sec34/tug.git $ git clone git@git.gfz-potsdam.de:naaice/tug.git
#+END_SRC #+END_SRC
- with =https=: - with =https=:
#+BEGIN_SRC #+BEGIN_SRC
$ git clone https://git.gfz-potsdam.de/sec34/tug.git $ git clone https://git.gfz-potsdam.de/naaice/tug.git
#+END_SRC #+END_SRC
3. Add the following line into =CMakeLists.txt= file: 3. Add the following line into =CMakeLists.txt= file:
@ -85,7 +85,7 @@ the source code documentation of =tug= and the examples in the
- [X] 1D diffusion using BTCS - [X] 1D diffusion using BTCS
- [X] 2D diffusion with ADI - [X] 2D diffusion with ADI
- [ ] 3D diffusion (?) - [ ] 3D diffusion (?)
- [X] R-API (see [[https://git.gfz-potsdam.de/sec34/rcppbtcs][RcppBTCS]]) - [X] R-API (see [[https://git.gfz-potsdam.de/naaice/rcppbtcs][RcppBTCS]])
- [-] Python-API (?) - [-] Python-API (?)
- [X] Testing - [X] Testing