aboutsummaryrefslogtreecommitdiff
path: root/remove_similar_soln.m
diff options
context:
space:
mode:
authorMatt Argao <mcargao@email.wm.edu>2012-11-29 16:37:14 -0500
committerMatt Argao <mcargao@email.wm.edu>2012-11-29 16:37:14 -0500
commite88386747ced3b121c23a6afdad2bc1f2ef362ab (patch)
tree6f75de7808cf0acda8fd37bf3a58e95d1f1bde71 /remove_similar_soln.m
parent086a61dd58c53ad35d8cf7aa97f8acb9194027a3 (diff)
downloadmode_match-e88386747ced3b121c23a6afdad2bc1f2ef362ab.tar.gz
mode_match-e88386747ced3b121c23a6afdad2bc1f2ef362ab.zip
Additional comments and function compatability
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 4e554ab..9bea732 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, n_truncate )
+function [ possible_lens_placement_uniq, possible_lens_placement, possible_sample_energy, 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