aboutsummaryrefslogtreecommitdiff
path: root/remove_similar_soln.m
diff options
context:
space:
mode:
authorMatt Argao <mcargao@email.wm.edu>2012-11-27 17:41:17 -0500
committerMatt Argao <mcargao@email.wm.edu>2012-11-27 17:41:17 -0500
commit25f066b2f809b9e81612b60772f76fcf66394dde (patch)
tree1e78aab4ce8cdb631cfbde628115b6d36a6948b8 /remove_similar_soln.m
parent2044b350dc10e69fab2e121b366e29d773d87777 (diff)
downloadmode_match-25f066b2f809b9e81612b60772f76fcf66394dde.tar.gz
mode_match-25f066b2f809b9e81612b60772f76fcf66394dde.zip
Fixed variable calling
Diffstat (limited to 'remove_similar_soln.m')
-rw-r--r--remove_similar_soln.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/remove_similar_soln.m b/remove_similar_soln.m
index ce1c896..4e554ab 100644
--- a/remove_similar_soln.m
+++ b/remove_similar_soln.m
@@ -1,4 +1,4 @@
-function [ possible_lens_placement_uniq, possible_lens_placement, possible_lens_set, index ] = remove_similar_soln( possible_sample_energy, possible_lens_placement, possible_lens_set, index, n_truncate )
+function [ possible_lens_placement_uniq, possible_lens_placement, possible_lens_set, index ] = remove_similar_soln( possible_sample_energy, possible_lens_placement, possible_lens_set, n_truncate )
%REMOVE_SIMILAR_SOLN Summary of this function goes here
% Detailed explanation goes here