Commit 1cb9e0d8 authored by jguenole's avatar jguenole
Browse files

Remove unecessary compute

parent 4a669bb8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ class MinFire2 : public Min {
  double alpha;
  bigint last_negative,ntimestep_start;
  int vdotf_negatif;
  class Compute *temperature,*pressure;
};

}