Skip to content
Snippets Groups Projects
Commit 7b6c4ef5 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Change text in error

I removed the word "Internal" since it looks like we are using this path
to report also errors in the input files.
parent 8e57509a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ std::string Exception::trace() {
std::string Exception::format(const std::string&msg,const std::string&file,unsigned line,const std::string&function) {
std::string message;
if(getenv("PLUMED_STACK_TRACE"))message+=trace();
message+="\n+++ Internal PLUMED error";
message+="\n+++ PLUMED error";
if(file.length()>0) {
char cline[1000];
sprintf(cline,"%u",line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment