Skip to content

Commit

Permalink
highlight link and version with ascii color
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 1, 2023
1 parent 1a2f291 commit 4fe8e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mcx_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -4986,18 +4986,18 @@ void mcx_printheader(Config* cfg) {
###############################################################################\n\
# Monte Carlo eXtreme (MCX) -- CUDA #\n\
# Copyright (c) 2009-2023 Qianqian Fang <q.fang at neu.edu> #\n\
# https://mcx.space/ & https://neurojson.org/ #\n\
#" S_BLUE " https://mcx.space/ & https://neurojson.org/ " S_MAGENTA "#\n\
# #\n\
# Computational Optics & Translational Imaging (COTI) Lab- http://fanglab.org #\n\
# Computational Optics & Translational Imaging (COTI) Lab- " S_BLUE "http://fanglab.org " S_MAGENTA "#\n\
# Department of Bioengineering, Northeastern University, Boston, MA, USA #\n\
###############################################################################\n\
# The MCX Project is funded by the NIH/NIGMS under grant R01-GM114365 #\n\
###############################################################################\n\
# Open-source codes and reusable scientific data are essential for research, #\n\
# MCX proudly developed human-readable JSON-based data formats for easy reuse,#\n\
# Please consider using JSON (https://neurojson.org/) for your research data #\n\
# Please consider using JSON (" S_BLUE "https://neurojson.org/" S_MAGENTA ") for your research data #\n\
###############################################################################\n\
$Rev:: $ " MCX_VERSION " $Date:: $ by $Author:: $\n\
$Rev:: $ " S_GREEN MCX_VERSION S_MAGENTA " $Date:: $ by $Author:: $\n\
###############################################################################\n" S_RESET);
}

Expand Down

0 comments on commit 4fe8e43

Please sign in to comment.