/[ascend]/trunk/ascend/integrator/aww.c
ViewVC logotype

Diff of /trunk/ascend/integrator/aww.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1048 by johnpye, Wed Dec 20 00:39:52 2006 UTC revision 1049 by johnpye, Fri Jan 5 13:45:13 2007 UTC
# Line 122  int integrator_aww_analyse(IntegratorSys Line 122  int integrator_aww_analyse(IntegratorSys
122      return 0;      return 0;
123  }  }
124    
125  /** return 1 on success */  /** return 0 on success */
126  int integrator_aww_solve(IntegratorSystem *blsys  int integrator_aww_solve(IntegratorSystem *blsys
127          , unsigned long start_index, unsigned long finish_index          , unsigned long start_index, unsigned long finish_index
128  ){  ){
# Line 177  int integrator_aww_solve(IntegratorSyste Line 177  int integrator_aww_solve(IntegratorSyste
177      // }      // }
178    
179      ERROR_REPORTER_HERE(ASC_PROG_ERR,"Not implemented");      ERROR_REPORTER_HERE(ASC_PROG_ERR,"Not implemented");
180      return 0;      return 1;
181  }  }
182    

Legend:
Removed from v.1048  
changed lines
  Added in v.1049

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22