This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
311 changed files
with
44,392 additions
and
11,374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,4 @@ meshtest.dat | |
|
||
# editor temp files | ||
*~ | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Don't search for additional CPPLINT.cfg in parent directories. | ||
set noparent | ||
headers=hpp | ||
linelength=90 | ||
# Don't use 'SRC_' as the cpp header guard prefix | ||
root=./src/ | ||
#extensions=hpp,cpp | ||
|
||
# Disable and enable specific categories (filters eval from left to right) | ||
filter=#+build/header_guard,+build/namespaces | ||
filter=-readability/alt_tokens,-readability/casting,-readability/fn_size | ||
filter=-runtime/references,-runtime/printf | ||
filter=-whitespace,+whitespace/line_length,+whitespace/braces#,+whitespace/parens | ||
# +build/include_alpha # only category disabled by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
athena | ||
====== | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
|
||
Athena++ radiation MHD code |
Oops, something went wrong.