Skip to content

Commit 270524d

Browse files
committed
Removed Incomplete Function
1 parent f4b5d50 commit 270524d

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

CompileCLibraries.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ function CompileCLibraries()
421421
mex('-v','-R2018a','CXXFLAGS="$CXXFLAGS -std=c++17 -Wall"','-outdir','./0_Compiled_Code/','-I./',...
422422
'-I./Mathematical_Functions/Basic_Matrix_Operations/Shared_C++_Code/',...
423423
'./Mathematical_Functions/Basic_Matrix_Operations/permuteMatrixCols.cpp');
424-
%Compile binomial
425-
mex('-v','-R2018a','CXXFLAGS="$CXXFLAGS -std=c++17 -Wall"','COMPFLAGS="$COMPFLAGS /std:c++17 -Wall"','-outdir','./0_Compiled_Code/','-I./',...
426-
'-I./Mathematical_Functions/Combinatorics/Shared_C++_Code/',...
427-
'./Mathematical_Functions/Combinatorics/binomial.cpp',...
428-
'./Mathematical_Functions/Combinatorics/Shared_C++_Code/binomialCPP.cpp');
429424
%Compile inversePermutation
430425
mex('-v','-R2018a','CXXFLAGS="$CXXFLAGS -std=c++17 -Wall"','COMPFLAGS="$COMPFLAGS /std:c++17 -Wall"','-outdir','./0_Compiled_Code/','-I./',...
431426
'-I./Mathematical_Functions/Combinatorics/Shared_C++_Code/',...

Mathematical_Functions/Combinatorics/binomial.cpp

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)