Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John Tourtellott
ACE3P Extensions
Commits
5b94f4b5
Commit
5b94f4b5
authored
Jul 13, 2021
by
John Tourtellott
Browse files
Register NewAnalysis operation
parent
dbf5c278
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtk/simulation/ace3p/Registrar.cxx
View file @
5b94f4b5
...
...
@@ -16,9 +16,9 @@
#include "smtk/simulation/ace3p/Project.h"
#include "smtk/simulation/ace3p/operations/Create.h"
#include "smtk/simulation/ace3p/operations/Export.h"
#include "smtk/simulation/ace3p/operations/NewAnalysis.h"
#include "smtk/simulation/ace3p/operations/Read.h"
#include "smtk/simulation/ace3p/operations/Write.h"
#include "smtk/simulation/ace3p/operations/NewAnalysis.h"
// SMTK includes
#include "smtk/project/Manager.h"
...
...
@@ -33,7 +33,7 @@ namespace ace3p
{
namespace
{
typedef
std
::
tuple
<
Create
,
Export
,
Read
,
Write
>
OperationList
;
typedef
std
::
tuple
<
Create
,
Export
,
NewAnalysis
,
Read
,
Write
>
OperationList
;
}
void
Registrar
::
registerTo
(
const
smtk
::
project
::
Manager
::
Ptr
&
projectManager
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment