Skip to content
Snippets Groups Projects
Commit 81199cbe authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

variable registry now in variables.hpp

parent b8a4e94a
Branches
Tags
No related merge requests found
......@@ -39,11 +39,11 @@ olf.cpp
opr.cpp
plot.cpp
plowin.cpp
reg.cpp
rssm.cpp
slice.cpp
special.cpp
toplevel.cpp
variables.cpp
)
set(inc_files
......@@ -74,13 +74,13 @@ opr.hpp
plot.hpp
plowin.hpp
ptr.hpp
reg.hpp
registry.hpp
rssm.hpp
singleton.hpp
slice.hpp
special.hpp
toplevel.hpp
variables.hpp
xax_lex.hpp
)
......
......@@ -15,7 +15,7 @@
#include "ptr.hpp"
#include "obj.hpp"
#include "fregistry.hpp"
#include "reg.hpp"
#include "variables.hpp"
template<class A>
......
......@@ -14,7 +14,7 @@
#include "olf.hpp"
#include "mem.hpp"
#include "slice.hpp"
#include "reg.hpp"
#include "variables.hpp"
#include "func.hpp"
#include "fregistry.hpp"
#include "geni.hpp"
......
......@@ -17,7 +17,7 @@
#include "olf.hpp"
#include "mem.hpp"
#include "slice.hpp"
#include "reg.hpp"
#include "variables.hpp"
#include "genus.hpp"
#include "obj.hpp"
#include "expr.hpp"
......
......@@ -24,7 +24,7 @@
#include "olf.hpp"
#include "obj.hpp"
#include "mem.hpp"
#include "reg.hpp"
#include "variables.hpp"
#include "func.hpp"
#include "fregistry.hpp"
#include "geni.hpp"
......
......@@ -9,7 +9,7 @@
#include "defs.hpp"
#include "ptr.hpp"
#include "reg.hpp"
#include "variables.hpp"
PObj SVariRegistry::find( string key ) const
......
......@@ -4,7 +4,7 @@
//* http://apps.jcns.fz-juelich.de/frida
//**************************************************************************************************
//! \file reg.hpp
//! \file variables.hpp
//! \brief Declares class SVariRegistry.
#include "singleton.hpp"
......
......@@ -27,7 +27,7 @@
#include "fregistry.hpp"
#include "geni.hpp"
#include "integrate.hpp"
#include "reg.hpp"
#include "variables.hpp"
#include "obj.hpp"
#include "expr.hpp"
#include "coord.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment