Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
smajee committed Dec 3, 2020
2 parents 56a8ff4 + 8f828f0 commit 6cbc3fc
Show file tree
Hide file tree
Showing 9 changed files with 751 additions and 789 deletions.
1 change: 0 additions & 1 deletion demo/runDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fi
# check for matrix file, and compute if not present
if [[ ! -f "$matName.2Dsvmatrix" ]]; then
echo "Generating system matrix file: $matName.2Dsvmatrix"
echo "Generating projection file: $matName.2Dprojection"
$execdir/mbir_ct -i $parName -j $parName -m $matName
else
echo "System matrix file found: $matName.2Dsvmatrix"
Expand Down
1 change: 0 additions & 1 deletion demo/sysmatrix/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.2Dsvmatrix
*.2Dprojection
Loading

0 comments on commit 6cbc3fc

Please sign in to comment.