CloneWorkspace
From MantidProject
Contents |
Summary
Copies an existing workspace
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | InputWorkspace | Input | string | Mandatory | The name of the workspace to copy |
| 2 | OutputWorkspace | Output | string | Mandatory | The name to call the newly copied workspace |
Description
This algorithm performs a deep copy of all of the information in the workspace. This will naturally take up more memory on your computer.
Source Code
Header CloneWorkspace.h
Source CloneWorkspace.cpp
