~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/plugins/fits/polynomial_weighted/kstfit_polynomial_weighted.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-30 19:11:30 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630191130-acumuar75bz4puty
Tags: 1.2.1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  return iRetVal;
43
43
}
44
44
 
45
 
int parameterName(int iIndex, char** pName) {
 
45
int parameterName(int iIndex, char** pName) 
 
46
{
46
47
  char name[20];
47
48
 
48
49
  sprintf( name, "x^%d", iIndex );
49
50
  *pName = strdup( name );
50
51
 
51
52
  return 1;
52
 
}
 
 
b'\\ No newline at end of file'
 
53
}