~ubuntu-branches/ubuntu/maverick/speech-tools/maverick

« back to all changes in this revision

Viewing changes to base_class/EST_TVector.cc

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah, Kartik Mistry, Kumar Appaiah
  • Date: 2010-07-17 11:32:04 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100717113204-mnse3jo236j107q8
Tags: 1:2.0.95~beta-1
[ Kartik Mistry ]
* debian/control:
  + [Lintian] Added missing ${misc:Depends}
  + Updated Standards-Version to 3.8.4 (no changes needed)
* debian/patches/const_char.diff:
  + Added missing patch header
* Removed unused patch invalid_const_char_conversion_fixes.diff

[ Kumar Appaiah ]
* New upstream release.
* Standards Version is now 3.9.0 (No changes needed)
* Update debian/rules to specify version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
      new_m = new T[new_cols];
175
175
 
176
176
      if (p_memory != NULL)
 
177
      {
177
178
        if (old_vals != NULL)
178
179
          *old_vals = p_memory;
179
180
        else if (!p_sub_matrix)
180
181
          delete [] (p_memory-p_offset);
 
182
      }
181
183
 
182
184
      p_memory = new_m;
183
185
      //cout << "vr: mem: " << p_memory << " (" << (int)p_memory << ")\n";