diff options
author | urbanjost <urbanjost@comcast.net> | 2021-03-09 12:30:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 12:30:17 -0500 |
commit | 6c03afd92ad28ecdeccc40796691cbed205f9d72 (patch) | |
tree | 1c673ccbd79a8dbf732ff07198e1ccbafa8f39f2 | |
parent | b90a18b1e86e80e74068a7e0ae6989fae54b6f79 (diff) | |
download | fpm-6c03afd92ad28ecdeccc40796691cbed205f9d72.tar.gz fpm-6c03afd92ad28ecdeccc40796691cbed205f9d72.zip |
Update fpm/src/fpm_strings.f90
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-rw-r--r-- | fpm/src/fpm_strings.f90 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpm/src/fpm_strings.f90 b/fpm/src/fpm_strings.f90 index 3a47d67..e074ad8 100644 --- a/fpm/src/fpm_strings.f90 +++ b/fpm/src/fpm_strings.f90 @@ -26,9 +26,6 @@ !! - [[REPLACE]] Returns string with characters in charset replaced with target_char. !! - [[RESIZE]] increase the size of a **TYPE(STRING_T)** array by N elements !! -!!@note `If compiled with **OpenMP**, targets will be build in parallel where possible`. -!! -!src/fpm_model.f90: The process (see `[[build_model(subroutine)]]`) module fpm_strings use iso_fortran_env, only: int64 |