Revision 0a9b999b gnuradio-core/src/lib/filter/gr_rational_resampler_base_XXX.cc.t

b/gnuradio-core/src/lib/filter/gr_rational_resampler_base_XXX.cc.t
1 1
/* -*- c++ -*- */
2 2
/*
3
 * Copyright 2004 Free Software Foundation, Inc.
3
 * Copyright 2004,2010 Free Software Foundation, Inc.
4 4
 * 
5 5
 * This file is part of GNU Radio
6 6
 * 
......
42 42
		     unsigned decimation, 
43 43
		     const std::vector<@TAP_TYPE@> &taps)
44 44
{
45
  return @SPTR_NAME@ (new @NAME@ (interpolation, decimation, taps));
45
  return gnuradio::get_initial_sptr (new @NAME@ (interpolation, decimation, taps));
46 46
}
47 47

48 48
@NAME@::@NAME@ (unsigned interpolation, unsigned decimation,

Also available in: Unified diff