diff options
author | Matt Argao <mcargao@email.wm.edu> | 2012-11-29 16:37:14 -0500 |
---|---|---|
committer | Matt Argao <mcargao@email.wm.edu> | 2012-11-29 16:37:14 -0500 |
commit | e88386747ced3b121c23a6afdad2bc1f2ef362ab (patch) | |
tree | 6f75de7808cf0acda8fd37bf3a58e95d1f1bde71 /remove_similar_soln.m | |
parent | 086a61dd58c53ad35d8cf7aa97f8acb9194027a3 (diff) | |
download | mode_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.m | 2 |
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 |