- Adding first working version of the McStas SICS connection to cvs
SKIPPED: psi/polterwrite.c
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
#include "HistDriv.i"
|
||||
#include "HistMem.i"
|
||||
#include "histsim.h"
|
||||
#include "mcstashm.h"
|
||||
#include "dynstring.h"
|
||||
#include "event.h"
|
||||
#include "status.h"
|
||||
@ -442,6 +443,10 @@
|
||||
{
|
||||
pNew->pDriv = CreateSIMHM(pNew->pOption);
|
||||
}
|
||||
else if(strcmp(driver,"mcstas") == 0)
|
||||
{
|
||||
pNew->pDriv = NewMcStasHM(pNew->pOption);
|
||||
}
|
||||
else
|
||||
{
|
||||
site = getSite();
|
||||
|
Reference in New Issue
Block a user