← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4039: Add missed #pragma once

 

------------------------------------------------------------
revno: 4039
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2014-06-25 16:46:14 +0200
message:
  Add missed #pragma once
modified:
  pkg/dem/ViscoelasticCapillarPM.hpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/ViscoelasticCapillarPM.hpp'
--- pkg/dem/ViscoelasticCapillarPM.hpp	2014-06-13 13:58:12 +0000
+++ pkg/dem/ViscoelasticCapillarPM.hpp	2014-06-25 14:46:14 +0000
@@ -1,6 +1,7 @@
-#include"ViscoelasticPM.hpp"
+#pragma once
+#include "ViscoelasticPM.hpp"
 #include <boost/unordered_map.hpp>
-#include<yade/core/PartialEngine.hpp>
+#include <yade/core/PartialEngine.hpp>
 
 class ViscElCapMat : public ViscElMat {
 	public: