File size: 133 Bytes
80a72c3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "stride.h"

int Process_MODEL(enum METHOD *Method)
{

  if( *Method == XRay ) 
    *Method = Model;

  return(SUCCESS);
}