Skip to content

Commit

Permalink
fix patch to reflect the present state of double_down
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik B Knudsen committed Sep 4, 2024
1 parent 033ecbf commit 5c3c3bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions patches/double_down_001_missingincludes.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/include/double-down/MOABDirectAccess.h b/include/double-down/MOABDirectAccess.h
diff --git a/include/double_down/MOABDirectAccess.h b/include/double_down/MOABDirectAccess.h
index dd3b245..ad31008 100644
--- a/include/double-down/MOABDirectAccess.h
+++ b/include/double-down/MOABDirectAccess.h
--- a/include/double_down/MOABDirectAccess.h
+++ b/include/double_down/MOABDirectAccess.h
@@ -2,6 +2,7 @@
#define _MBDIRECTACCESS_

Expand All @@ -10,10 +10,10 @@ index dd3b245..ad31008 100644

// MOAB
#include "moab/Core.hpp"
diff --git a/include/double-down/primitives.hpp b/include/double-down/primitives.hpp
diff --git a/include/double_down/primitives.hpp b/include/double_down/primitives.hpp
index 5eeb6a5..41b1f2a 100644
--- a/include/double-down/primitives.hpp
+++ b/include/double-down/primitives.hpp
--- a/include/double_down/primitives.hpp
+++ b/include/double_down/primitives.hpp
@@ -1,6 +1,7 @@

#ifndef DD_PRIMITIVES_H
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-20.04/double_down-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ ! -e ${name}.done ]; then
mkdir -p ${build_prefix}/openmc/double-down
cd ${build_prefix}/openmc/double-down
if [ ! -d double-down ]; then
git clone --single-branch --branch develop --depth 1 https://github.com/pshriwise/double-down.git
git clone --single-branch --branch v0.1.0 --depth 1 https://github.com/pshriwise/double-down.git
fi


Expand Down

0 comments on commit 5c3c3bd

Please sign in to comment.