8000 Tags · Mantevo/miniAMR · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Mantevo/miniAMR

Tags

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. 10000
Update init.c

correct formatting

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update profile.c

Added missing semicolon - I thought that I pulled and compiled after the last commit.

v1.6.7

Toggle v1.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

Changes need for Clang compiler - when there is a global variable with the Clang compiler, it has to be declared only once and referenced as "extern" from other files.

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update block.c

Correct a long standing bug - decrease the number of parent blocks when a set of blocks are recombined.

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

Update since new C standard introduced a function called beta, which conflicts with one of the variable names.

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update stencil.c

Remove unused array.

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update rcb.c

Make changes so that the "group_blocks" option does what it says.  The previous code tried to do something a little different from that and was incorrect in its implementation.

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update sfc.c

Get rid of an extra "}" that got left in when the file was edited.

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main.c

We corrected passing a double as an integer.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Space Filling Curve

Add Space Filling Curve as a load balance option and clean up some of the other files removing typos and removing more references to deleted code.
0