Commit b5a066ec authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Better error checking for kim_init log.cite behavior

parent 3887a7f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ void KimInit::write_log_cite(char * model_name)

    if (0 == strncmp("kimcite",fileName,7))
    {
      if (lmp->citeme) lmp->citeme->add(fileString);
      if ((lmp->citeme) && (availableAsString)) lmp->citeme->add(fileString);
    }
  }