Skip to content
Snippets Groups Projects
Commit 90502a35 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing editor settings.

parent f778cd7f
No related branches found
No related tags found
No related merge requests found
......@@ -135,3 +135,15 @@ int main(void) {
}
}
/*
* Local Variables:
* coding: utf-8
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
......@@ -53,9 +53,20 @@ static void print_index_list(Xt_idxlist idxlist) {
Xt_int index;
for (int i = 0; i < n; ++i) {
xt_idxlist_get_index_at_position(idxlist, i, &index);
printf("%"XT_INT_FMT, index);
printf("%"XT_INT_FMT"%s", index, i < n - 1 ? ", " : "\n");
}
puts("");
}
#endif
/*
* Local Variables:
* coding: utf-8
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
......@@ -128,3 +128,15 @@ int main(void) {
return 0;
}
/*
* Local Variables:
* c-file-style: "Java"
* coding: utf-8
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
......@@ -130,3 +130,15 @@ int main(void) {
return 0;
}
/*
* Local Variables:
* coding: utf-8
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
......@@ -440,3 +440,16 @@ int main(int argc, char** argv) {
return ret_val;
}
/*
* Local Variables:
* coding: utf-8
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
......@@ -208,3 +208,14 @@ PROGRAM unstruct_halo_exchang
CALL mpi_finalize(ierror)
IF (ierror /= mpi_success) STOP 1
END PROGRAM unstruct_halo_exchang
!
! Local Variables:
! coding: utf-8
! f90-continuation-indent: 5
! indent-tabs-mode: nil
! show-trailing-whitespace: t
! require-trailing-newline: t
! license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
! license-default: "bsd"
! End:
!
......@@ -164,3 +164,16 @@ int main(void) {
#endif
return 0;
}
/*
* Local Variables:
* coding: utf-8
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* license-project-url: "https://dkrz-sw.gitlab-pages.dkrz.de/yaxt/"
* license-default: "bsd"
* End:
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment