remove lmp/LMP_ prefix from Lepton namespace and files to share it with colvars

This commit is contained in:
Axel Kohlmeyer
2022-12-27 10:57:43 -05:00
parent a5742a9147
commit 989ec1b859
26 changed files with 73 additions and 76 deletions

View File

@ -33,7 +33,7 @@
#include "lepton/Operation.h"
#include "lepton/ParsedExpression.h"
using namespace LMP_Lepton;
using namespace Lepton;
using namespace std;
ExpressionProgram::ExpressionProgram() : maxArgs(0), stackSize(0) {