~ubuntu-branches/ubuntu/oneiric/gpp4/oneiric

« back to all changes in this revision

Viewing changes to src_f/ccp4_general_f.c

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
  argv = (char **) ccp4_utils_malloc(argc*sizeof(char *));
107
107
  if (debug) 
108
108
    printf("Allocating memory for %d command line arguments \n",argc);
 
109
  memset(arg, ' ', arg_len); /* necessary for ccp4_FtoCString */
109
110
  for (i = 0; i < argc; ++i) {
110
111
#ifdef GFORTRAN
111
112
    _gfortran_getarg_i4(&i,arg,arg_len);