Skip to content

Commit

Permalink
Moving reduce from cctbx to mmtbx name space.
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-taylor committed Dec 28, 2020
1 parent 80aad43 commit 0df3df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion command_line/reduce.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LIBTBX_SET_DISPATCHER_NAME phenix.reduce
# LIBTBX_SET_DISPATCHER_NAME cctbx.reduce
# LIBTBX_SET_DISPATCHER_NAME mmtbx.reduce
# LIBTBX_SET_DISPATCHER_NAME molprobity.reduce
import libtbx.load_env
import os, sys, subprocess
Expand Down
2 changes: 1 addition & 1 deletion reduce_src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (not env_etc.no_boost_python):
env_bpl.Append(LIBPATH=["#reduce/lib"])
env_bpl.Prepend(LIBS=["reducelib", "toolclasses", "pdb++"])
env_bpl.SharedLibrary(
target="#lib/cctbx_reduce_ext",
target="#lib/mmtbx_reduce_ext",
source=["reduce_bpl.cpp"
])

2 changes: 1 addition & 1 deletion reduce_src/reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

import sys
import cctbx_reduce_ext as reduce
import mmtbx_reduce_ext as reduce

def RunReduce(input, hetdatabase):
ret = 0
Expand Down

0 comments on commit 0df3df1

Please sign in to comment.