From 0b7034309662ea0600f65e9cb763f8c3a574925b Mon Sep 17 00:00:00 2001
From: Carlo Camilloni <carlo.camilloni@gmail.com>
Date: Wed, 30 Oct 2013 15:13:30 +0000
Subject: [PATCH] PlumedMain.cpp: commented line 186 -> this need to be fixed
 when a domain of domain decomposition is empty.

---
 src/core/PlumedMain.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/PlumedMain.cpp b/src/core/PlumedMain.cpp
index 742346c45..5c499bd86 100644
--- a/src/core/PlumedMain.cpp
+++ b/src/core/PlumedMain.cpp
@@ -183,7 +183,7 @@ void PlumedMain::cmd(const std::string & word,void*val){
        atoms.setAtomsNlocal(*static_cast<int*>(val));
   } else if(word=="setAtomsGatindex"){
        CHECK_INIT(initialized,word);
-       CHECK_NULL(val,word);
+       //CHECK_NULL(val,word);
        atoms.setAtomsGatindex(static_cast<int*>(val));
   } else if(word=="setAtomsContiguous"){
        CHECK_INIT(initialized,word);
-- 
GitLab