-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating GQ test and adding a gold file
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
set echo off | ||
set info off | ||
set warning off | ||
graphics pause | ||
set journal off | ||
set default autosize off | ||
#CELL 1 | ||
sphere radius 1 | ||
#{ id1 = Id("body") } | ||
body { id1 } scale x 1.0 y 0.7071067811865476 z 0.5773502691896257 | ||
body { None } name "Cell_1" | ||
group "mat:void" add body { None } | ||
graphics flush | ||
set default autosize on | ||
zoom reset | ||
set echo on | ||
set info on | ||
set warning on | ||
set journal on |
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