diff --git a/src/@dseries/projection.m b/src/@dseries/projection.m
index 6f42b75025c0239e3382e956bd43716ef1c118ca..8a6c72669d0a5d74cdd1dcb2c3743f9cfd4fcb6f 100644
--- a/src/@dseries/projection.m
+++ b/src/@dseries/projection.m
@@ -31,7 +31,7 @@ function o = projection(o, info, periods)  % --*-- Unitary tests --*--
 % [4] This projection routine only deals with exponential trends.
 
 % Fetch useful lines in info
-[~, ~, i2] = intersect(o.name, info(:,1), 'stable');
+[~, ~, i2] = intersect(o.name, info(:,1));
 INFO = info(i2,:);
 
 % Change number of periods in dseries object o