/[escript]/trunk/paso/profiling/Test.c
ViewVC logotype

Diff of /trunk/paso/profiling/Test.c

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

revision 2160 by artak, Tue Dec 16 03:29:54 2008 UTC revision 2163 by artak, Tue Dec 16 03:55:06 2008 UTC
# Line 2  Line 2 
2  #include "paso/Common.h"  #include "paso/Common.h"
3  #include "paso/Solver.h"  #include "paso/Solver.h"
4  #include "paso/SystemMatrix.h"  #include "paso/SystemMatrix.h"
5  #include "paso/Paso_tests.h"  #include "Paso_tests.h"
6    
7  int main (int argc, char *argv[]) {  int main (int argc, char *argv[]) {
8      Paso_SystemMatrix *A = NULL;      Paso_SystemMatrix *A = NULL;
9      double *b,*x,S;      double *b,*x;
10      dim_t i,n;      dim_t i,n;
11        
12      if (argc<2) {      if (argc<2) {

Legend:
Removed from v.2160  
changed lines
  Added in v.2163

  ViewVC Help
Powered by ViewVC 1.1.26