Skip to content

Commit

Permalink
Moved (and renamed some of) our inline files to [OpenCOR]/src/misc.
Browse files Browse the repository at this point in the history
Indeed, some inline files that we will want to have (e.g. for opensimulation) are going to be needed by different plugins, so...
  • Loading branch information
agarny committed Nov 26, 2019
1 parent b1f35b6 commit d8cad04
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/misc/cliutils.cpp
Expand Up @@ -45,7 +45,7 @@ namespace OpenCOR {

//==============================================================================

#include "corecliutils.cpp.inl"
#include "cliutils.cpp.inl"

//==============================================================================

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/misc/cliutils.h
Expand Up @@ -44,7 +44,7 @@ namespace OpenCOR {

//==============================================================================

#include "corecliutils.h.inl"
#include "cliutils.h.inl"

//==============================================================================

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/misc/guiutils.cpp
Expand Up @@ -43,7 +43,7 @@ namespace OpenCOR {

//==============================================================================

#include "coreguiutils.cpp.inl"
#include "guiutils.cpp.inl"

//==============================================================================

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/misc/guiutils.h
Expand Up @@ -46,7 +46,7 @@ namespace OpenCOR {

//==============================================================================

#include "coreguiutils.h.inl"
#include "guiutils.h.inl"

//==============================================================================
// Note: both guiutils.h and coreguiutils.h must specifically define
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/src/corecliutils.cpp
Expand Up @@ -83,7 +83,7 @@ namespace Core {

//==============================================================================

#include "corecliutils.cpp.inl"
#include "cliutils.cpp.inl"

//==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/src/corecliutils.h
Expand Up @@ -49,7 +49,7 @@ namespace Core {

//==============================================================================

#include "corecliutils.h.inl"
#include "cliutils.h.inl"

//==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/src/coreguiutils.cpp
Expand Up @@ -56,7 +56,7 @@ namespace Core {

//==============================================================================

#include "coreguiutils.cpp.inl"
#include "guiutils.cpp.inl"

//==============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/src/coreguiutils.h
Expand Up @@ -64,7 +64,7 @@ class CentralWidget;

//==============================================================================

#include "coreguiutils.h.inl"
#include "guiutils.h.inl"

//==============================================================================
// Note: both guiutils.h and coreguiutils.h must specifically define
Expand Down

0 comments on commit d8cad04

Please sign in to comment.