Corrected handling for FORTRAN data blocks 3 and 4: added endblock capability.
[h316.git] / pc-tools / ldc2 / src / data_block_3.hh
index c6612311b2ec94493025f4e84a6361fcbc824bd5..967022bb4d6d0ed8e2c98069b85e09614a51d4a5 100644 (file)
@@ -1,3 +1,20 @@
+/******************************************************************************
+ * 
+ * LDC2 source code
+ *
+ * $Date: 2007/05/30 01:33:08 $
+ * $Author: hachti $
+ *
+ * $Log: data_block_3.hh,v $
+ * Revision 2.1  2007/05/30 01:33:08  hachti
+ * Corrected handling for FORTRAN data blocks 3 and 4: added endblock capability.
+ *
+ * Revision 2.0  2007-03-26 01:00:39  hachti
+ * *** empty log message ***
+ *
+ *
+ ******************************************************************************/
 #ifndef DATA_BLOCK_3_H
 #define DATA_BLOCK_3_H
 
@@ -19,7 +36,7 @@ protected:
 
 public:  
   vector<string> get_description();
-  bool is_endblock();
+  virtual bool is_endblock();
 };
 
 #endif