~liggghts-dev/liggghts/public

« back to all changes in this revision

Viewing changes to src/min_linesearch.cpp

  • Committer: kloss
  • Date: 2017-11-29 17:39:00 UTC
  • Revision ID: git-v1:84ba3d76a050e741fb5291d0845a0896fe718ed2
release version 3.8.0 on 2017-11-29_18-39-00

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
            JR Shewchuk, http://www-2.cs.cmu.edu/~jrs/jrspapers.html#cg
54
54
------------------------------------------------------------------------- */
55
55
 
56
 
#include <math.h>
 
56
#include <cmath>
57
57
#include "min_linesearch.h"
58
58
#include "atom.h"
59
59
#include "update.h"