[svn-r3534] Purpose:
Bug Fix
Description:
Added comments to the top of C++ files to indicate that it's a C++
file and not a C source code file. Also added a macro which makes
emacs automagically enter c++-mode. (Recommended by Frank Schimmel
fschimme@monsoon.CAPS.ou.edu)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
// This may look like C code, but it is really -*- C++ -*-
|
||||
// Class DataSet inherits from AbstractDs and provides accesses to a dataset.
|
||||
|
||||
#ifndef _H5DataSet_H
|
||||
|
||||
Reference in New Issue
Block a user