Ver código fonte

fix comment formatting causing warnings

Alec Jacobson 5 anos atrás
pai
commit
80711ea630
2 arquivos alterados com 13 adições e 13 exclusões
  1. 7 7
      include/igl/readMSH.cpp
  2. 6 6
      include/igl/readMSH.h

+ 7 - 7
include/igl/readMSH.cpp

@@ -1,10 +1,10 @@
-/* high level interface for MshLoader */
-
-/* Copyright (C) 2020 Vladimir Fonov <[email protected]> */
-/*
-/* This Source Code Form is subject to the terms of the Mozilla */
-/* Public License v. 2.0. If a copy of the MPL was not distributed */
-/* with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+// high level interface for MshLoader 
+//
+// Copyright (C) 2020 Vladimir Fonov <[email protected]> 
+//
+// This Source Code Form is subject to the terms of the Mozilla 
+// Public License v. 2.0. If a copy of the MPL was not distributed 
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. 
 
 #include "readMSH.h"
 #include "MshLoader.h"

+ 6 - 6
include/igl/readMSH.h

@@ -1,10 +1,10 @@
-/* high level interface for MshLoader.h/.cpp */
+// high level interface for MshLoader.h/.cpp
 
-/* Copyright (C) 2020 Vladimir Fonov <[email protected]> */
-/*
-/* This Source Code Form is subject to the terms of the Mozilla */
-/* Public License v. 2.0. If a copy of the MPL was not distributed */
-/* with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+// Copyright (C) 2020 Vladimir Fonov <[email protected]>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distribute
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #ifndef IGL_READ_MSH_H
 #define IGL_READ_MSH_H
 #include "igl_inline.h"