From 25f066b2f809b9e81612b60772f76fcf66394dde Mon Sep 17 00:00:00 2001 From: Matt Argao Date: Tue, 27 Nov 2012 17:41:17 -0500 Subject: Fixed variable calling --- remove_similar_soln.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remove_similar_soln.m') 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 -- cgit v1.2.3