Skip to content

Commit

Permalink
Remove references to SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Oct 8, 2018
1 parent fef4ea8 commit 4588f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/start/cp2k.F
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ PROGRAM cp2k
"--license : prints the CP2K license", &
"--mpi-mapping : applies a given MPI reordering to CP2K", &
"--run, -r : forces a CP2K run regardless of other specified flags", &
"--version, -v : prints the CP2K version and the SVN revision number", &
"--version, -v : prints the CP2K version and the revision number", &
"--xml : dumps the whole CP2K input structure as a XML file", &
" xml2htm generates a HTML manual from this XML file", &
""
Expand All @@ -233,7 +233,7 @@ PROGRAM cp2k
IF (id_cp2k_version == id_development_version) dev_flag = " (Development Version)"
WRITE (output_unit, "(T2,A)") &
cp2k_version//TRIM(dev_flag), &
"SVN source code revision "//TRIM(compile_revision), &
"Source code revision "//TRIM(compile_revision), &
TRIM(cp2k_flags())
ENDIF
ENDIF
Expand Down
2 changes: 1 addition & 1 deletion src/start/cp2k_runs.F
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ SUBROUTINE write_cp2k_html_manual()
"This html manual can be generated automatically from a given cp2k executable "// &
"using the --html-manual command line option. The manual describes exactly that version of the code. "// &
"This version has been generated using a cp2k version compiled on "//TRIM(compile_date)//". "// &
"The SVN source code revision number is "//TRIM(compile_revision)//"."
"The source code revision number is "//TRIM(compile_revision)//"."
WRITE (unit_nr, FMT='(A)') '<H2>Search the online input reference manual</H2>'
WRITE (unit_nr, FMT='(A)') '<TABLE><TR><TD>'
Expand Down

0 comments on commit 4588f04

Please sign in to comment.