Skip to content

Commit 456c4ce

Browse files
committed
remove default cml path
1 parent 5e49042 commit 456c4ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

octave/ldpc.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
% $ octave --no-gui
1515
% octave:> make
1616
% (you'll see a few warnings but hopefully no errors)
17+
%
18+
% Optionally set an environment variable for CMAKE_CML_PATH in your shell or
19+
% in your codec2/octave/.octaverc file
1720

1821
1;
1922

2023
function init_cml()
2124
currentdir = pwd;
2225

2326
path_to_cml = getenv("CMAKE_CML_PATH")
24-
if length(path_to_cml) == 0
25-
path_to_cml = "~/cml/"
26-
end
2727

2828
if exist(path_to_cml, 'dir') == 7
2929
cd(path_to_cml)

0 commit comments

Comments
 (0)