Skip to content

Commit

Permalink
src/bin/libint/buildtest.cc
Browse files Browse the repository at this point in the history
src/bin/libint/context.cc
src/bin/libint/iface.cc
src/bin/libint/memory.cc
src/bin/libint/policy_spec.cc
  • Loading branch information
e-kwsm committed Oct 31, 2023
1 parent 04fa7d2 commit 15ae189
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/bin/libint/buildtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ namespace libint2 {
}
}

};
}
4 changes: 2 additions & 2 deletions src/bin/libint/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace libint2 {
{
return ptr_fp_type() + const_modifier();
}
};
}

CodeContext::CodeContext(const SafePtr<CompilationParameters>& cparams) :
cparams_(cparams),
Expand Down Expand Up @@ -183,7 +183,7 @@ namespace ForbiddenCppCharacters {
"_aB_",
"_Ab_"
};
};
}

CppCodeContext::CppCodeContext(const SafePtr<CompilationParameters>& cparams, bool vectorize) :
CodeContext(cparams), vectorize_(vectorize)
Expand Down
2 changes: 1 addition & 1 deletion src/bin/libint/iface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace {
os << "#endif" << endl << endl;
}

};
}

Libint2Iface::Libint2Iface(const SafePtr<CompilationParameters>& cparams,
const SafePtr<CodeContext>& ctext) :
Expand Down
2 changes: 1 addition & 1 deletion src/bin/libint/memory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ namespace MMTypes {
"LastFitMemoryManager(false)"
};

};
}

std::string
MemoryManagerFactory::label(unsigned int type) const
Expand Down
2 changes: 1 addition & 1 deletion src/bin/libint/policy_spec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ StdLibintTDPolicy<CGShell>::dealloc_subobj(vector<StdLibintTDPolicy<CGShell>::su
{
}

};
}

////

Expand Down

0 comments on commit 15ae189

Please sign in to comment.